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 命名空间