다음을 통해 공유


SecurityPrivileges.FunctionPrivileges 속성

Gets or sets the list of FunctionPrivilege object.

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)

구문

‘선언
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property FunctionPrivileges As Collection(Of FunctionPrivilege)
    Get 
    Friend Set
‘사용 방법
Dim instance As SecurityPrivileges 
Dim value As Collection(Of FunctionPrivilege)

value = instance.FunctionPrivileges
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<FunctionPrivilege> FunctionPrivileges { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<FunctionPrivilege^>^ FunctionPrivileges {
    Collection<FunctionPrivilege^>^ get ();
    internal: void set (Collection<FunctionPrivilege^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member FunctionPrivileges : Collection<FunctionPrivilege> with get, internal set
function get FunctionPrivileges () : Collection<FunctionPrivilege>
internal function set FunctionPrivileges (value : Collection<FunctionPrivilege>)

속성 값

유형: System.Collections.ObjectModel.Collection<FunctionPrivilege>
The list of function privilege.

참고 항목

참조

SecurityPrivileges 클래스

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스