다음을 통해 공유


ServiceClient.SecurityPrivilegesCreate 메서드

Creates security privileges.

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

구문

‘선언
Public Function SecurityPrivilegesCreate ( _
    International As International, _
    Privileges As SecurityPrivileges, _
    <OutAttribute> ByRef SecuritySet As SecuritySet _
) As OperationResult
‘사용 방법
Dim instance As ServiceClient
Dim International As International
Dim Privileges As SecurityPrivileges
Dim SecuritySet As SecuritySet
Dim returnValue As OperationResult

returnValue = instance.SecurityPrivilegesCreate(International, _
    Privileges, SecuritySet)
public OperationResult SecurityPrivilegesCreate(
    International International,
    SecurityPrivileges Privileges,
    out SecuritySet SecuritySet
)
public:
OperationResult^ SecurityPrivilegesCreate(
    International^ International, 
    SecurityPrivileges^ Privileges, 
    [OutAttribute] SecuritySet^% SecuritySet
)
member SecurityPrivilegesCreate : 
        International:International * 
        Privileges:SecurityPrivileges * 
        SecuritySet:SecuritySet byref -> OperationResult
public function SecurityPrivilegesCreate(
    International : International, 
    Privileges : SecurityPrivileges, 
    SecuritySet : SecuritySet
) : OperationResult

매개 변수

반환 값

유형: Microsoft.MasterDataServices.OperationResult
An OperationResult object containing the result of an operation.

참고 항목

참조

ServiceClient 클래스

Microsoft.MasterDataServices 네임스페이스