ServiceClient.SecurityPrincipalsCreate 메서드

정의

보안 모델 내에서 사용자, 그룹 및 해당 권한을 새로 만듭니다.

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

매개 변수

International
International

culture 설정입니다.

Principals
SecurityPrincipals

만들 사용자 및 사용자 그룹 집합입니다.

SecuritySet
SecuritySet

이 메서드가 반환되면 보안 검색 조건에 대한 데이터 계약이 포함됩니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

반환

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

적용 대상