HierarchyMemberPrivilege.IsModelAdministrator Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a value that indicates whether the user’s effective permission for the model is model administrator.

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

Syntax

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

Property Value

Type: System.Boolean

true if the permission is model administrator; otherwise, false.

See Also

HierarchyMemberPrivilege Class
Microsoft.MasterDataServices Namespace

Return to top