ModelPrivilege.PrincipalType Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the principal type.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.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.Services.DataContracts.PrincipalType

The principal type.

See Also

ModelPrivilege Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top