ServiceClient.SecurityPrincipalsCreate 메서드
Creates new users, groups and their permissions within the security model.
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)
구문
‘선언
Public Function SecurityPrincipalsCreate ( _
International As International, _
Principals As SecurityPrincipals, _
<OutAttribute> ByRef SecuritySet As SecuritySet _
) As OperationResult
‘사용 방법
Dim instance As ServiceClient
Dim International As International
Dim Principals As SecurityPrincipals
Dim SecuritySet As SecuritySet
Dim returnValue As OperationResult
returnValue = instance.SecurityPrincipalsCreate(International, _
Principals, SecuritySet)
public OperationResult SecurityPrincipalsCreate(
International International,
SecurityPrincipals Principals,
out SecuritySet SecuritySet
)
public:
OperationResult^ SecurityPrincipalsCreate(
International^ International,
SecurityPrincipals^ Principals,
[OutAttribute] SecuritySet^% SecuritySet
)
member SecurityPrincipalsCreate :
International:International *
Principals:SecurityPrincipals *
SecuritySet:SecuritySet byref -> OperationResult
public function SecurityPrincipalsCreate(
International : International,
Principals : SecurityPrincipals,
SecuritySet : SecuritySet
) : OperationResult
매개 변수
- International
유형: Microsoft.MasterDataServices.International
The cultural settings.
- Principals
유형: Microsoft.MasterDataServices.SecurityPrincipals
The set of users and user groups to create.
- SecuritySet
유형: Microsoft.MasterDataServices.SecuritySet%
When this method returns, contains the data contract for the security search criteria. This parameter is passed uninitialized.
반환 값
유형: Microsoft.MasterDataServices.OperationResult
An OperationResult object containing the result of an operation.