FunctionPrivilege.IsAuthorized Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a value that indicates whether the function is assigned to the principal.

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

Syntax

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

Property Value

Type: System.Boolean

true if the function is assigned to the principal; otherwise, false.

Remarks

Function privileges are either on or off (authorized or not authorized).

See Also

FunctionPrivilege Class
Microsoft.MasterDataServices Namespace

Return to top