MemberType-Enumeration
Specifies the type of member for an entity and its associated objects.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "MemberType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration MemberType
'Usage
Dim instance As MemberType
[DataContractAttribute(Name = "MemberType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum MemberType
[DataContractAttribute(Name = L"MemberType", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class MemberType
[<DataContractAttribute(Name = "MemberType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type MemberType
public enum MemberType
Elemente
Elementname | Beschreibung | |
---|---|---|
Collection | A collection node. | |
CollectionMember | A member node in a collection. | |
Consolidated | A consolidated or parent node. | |
Hierarchy | A hierarchy node. | |
Leaf | A leaf or a child node. | |
NotSpecified | The type has not been specified. |
Siehe auch
Verweis
Microsoft.MasterDataServices.Services.DataContracts-Namespace