HierarchyMemberPrivilegesCriteria.HierarchyId Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the hierarchy identifier.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute]
public Identifier HierarchyId { get; set; }
public:
[DataMemberAttribute]
property Identifier^ HierarchyId {
    Identifier^ get();
    void set(Identifier^ value);
}
[<DataMemberAttribute>]
member HierarchyId : Identifier with get, set
<DataMemberAttribute>
Public Property HierarchyId As Identifier

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.Identifier

The hierarchy identifier.

See Also

HierarchyMemberPrivilegesCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top