Member.SecurityPermission Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the security of the member for the caller.

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

Syntax

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

Property Value

Type: System.Nullable<SecurityPermission>

The security of the member for the caller.

See Also

Member Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top