RelationshipType 列挙体
メンバー間の階層リレーションシップの種類を指定する値を格納します。
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
<DataContractAttribute(Name := "RelationshipType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration RelationshipType
'使用
Dim instance As RelationshipType
[DataContractAttribute(Name = "RelationshipType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum RelationshipType
[DataContractAttribute(Name = L"RelationshipType", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class RelationshipType
[<DataContractAttribute(Name = "RelationshipType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type RelationshipType
public enum RelationshipType
メンバー
メンバー名 | 説明 | |
---|---|---|
All | 親および兄弟。 | |
Parent | 親リレーションシップ。 | |
Sibling | 兄弟またはピア リレーションシップ |