다음을 통해 공유


ServiceClient.SecurityPrivilegesCreate 메서드

정의

보안 권한을 만듭니다.

public:
 Microsoft::MasterDataServices::OperationResult ^ SecurityPrivilegesCreate(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::SecurityPrivileges ^ Privileges, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::SecuritySet ^ % SecuritySet);
public Microsoft.MasterDataServices.OperationResult SecurityPrivilegesCreate (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.SecurityPrivileges Privileges, out Microsoft.MasterDataServices.SecuritySet SecuritySet);
member this.SecurityPrivilegesCreate : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.SecurityPrivileges * SecuritySet -> Microsoft.MasterDataServices.OperationResult
Public Function SecurityPrivilegesCreate (International As International, Privileges As SecurityPrivileges, ByRef SecuritySet As SecuritySet) As OperationResult

매개 변수

International
International

culture 설정입니다.

Privileges
SecurityPrivileges

생성될 보안 권한 집합입니다.

SecuritySet
SecuritySet

이 메서드가 반환될 때 보안 주체 및 해당 권한이 포함됩니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

반환

작업의 결과를 포함하는 OperationResult 개체입니다.

적용 대상