RelationshipType 枚举
Contains values specifying the type of hierarchy relationship between members.
命名空间: Microsoft.MasterDataServices.Services.DataContracts
程序集: Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)
语法
声明
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration RelationshipType
用法
Dim instance As RelationshipType
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum RelationshipType
[DataContractAttribute(Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class RelationshipType
[<DataContractAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type RelationshipType
public enum RelationshipType
成员
成员名称 | 说明 | |
---|---|---|
All | Specifies all hierarchy relationships. | |
Parent | A parent relationship. | |
Sibling | A sibling or peer relationship. |