HierarchyMemberPrivilege.HierarchyType Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the type (explicit or derived) of the hierarchy that is associated with the hierarchy member security privilege.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

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

Property Value

Type: Microsoft.MasterDataServices.HierarchyType

A new instance of type HierarchyType.

See Also

HierarchyMemberPrivilege Class
Microsoft.MasterDataServices Namespace

Return to top