FunctionPrivilege.Function Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the FunctionalArea assigned to the security principal.

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

Syntax

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

Property Value

Type: Microsoft.MasterDataServices.FunctionalArea

A new instance of type :Microsoft.MasterDataServices.FunctionalArea.

See Also

FunctionPrivilege Class
Microsoft.MasterDataServices Namespace

Return to top