ModelPrivilege.IsModelAdministrator Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a value that indicates whether the principal is the model administrator.

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

Syntax

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

Property Value

Type: System.Boolean

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

See Also

ModelPrivilege Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top