FunctionPrivilege.PrincipalType Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the type of the principal in the function privilege assignment.

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

Syntax

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

Property Value

Type: Microsoft.MasterDataServices.PrincipalType

A new instance of type PrincipalType.

See Also

FunctionPrivilege Class
Microsoft.MasterDataServices Namespace

Return to top