Поделиться через


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

Региональные настройки.

Privileges
SecurityPrivileges

Набор создаваемых прав безопасности.

SecuritySet
SecuritySet

При возврате из этого метода содержит субъекты безопасности и их права. Этот параметр передается неинициализированным.

Возвращаемое значение

Объект OperationResult, содержащий результат операции.

Применяется к