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.