RelationshipType 열거형
Contains values that specify the type of hierarchy relationship between members.
네임스페이스: 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 | Both parent and sibling. | |
Parent | A parent relationship. | |
Sibling | A sibling or peer relationship. |