DependencyNode
これは、Dynamics CRMのDependencyNodeエンティティを表すテーブルです。
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
ノードを表す一意識別子。 |
| BaseSolutionId_Id | String | True |
ソリューションを作成したユーザーを表す一意識別子。 |
| BaseSolutionId_LogicalName | String | True | |
| BaseSolutionId_Name | String | True | |
| ComponentType | String | True |
コンポーネントの種類コード。 |
| DependencyNodeId | String | True |
依存関係ノードを表す一意識別子。 |
| IsSharedComponent | Boolean | True |
このコンポーネントが同じ発行元の2つのソリューションによって共有されているかどうかを示します。 |
| ObjectId | String | False |
ノードが関連付けられているオブジェクトを表す一意識別子。 |
| ParentId | String | True |
上位エンティティを表す一意識別子。 |
| TopSolutionId_Id | String | True |
最上位のソリューションを表す一意識別子。 |
| TopSolutionId_LogicalName | String | True | |
| TopSolutionId_Name | String | True |