SecurityPrincipalsCriteria.SecurityResolutionType Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the type of the security resolution.

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

Syntax

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

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.SecurityResolutionType

The type of the security resolution.

See Also

SecurityPrincipalsCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top