言語

ServiceClient.SecurityPrivilegesUpdate メソッド

定義

指定されたセキュリティ権限を更新します。

public:
 Microsoft::MasterDataServices::OperationResult ^ SecurityPrivilegesUpdate(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::SecurityPrivileges ^ Privileges);
public Microsoft.MasterDataServices.OperationResult SecurityPrivilegesUpdate(Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.SecurityPrivileges Privileges);
member this.SecurityPrivilegesUpdate : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.SecurityPrivileges -> Microsoft.MasterDataServices.OperationResult
Public Function SecurityPrivilegesUpdate (International As International, Privileges As SecurityPrivileges) As OperationResult

パラメーター

International
International

文化的な設定。

Privileges
SecurityPrivileges

更新されるセキュリティ権限のセット。

返品

操作の結果を含む OperationResult オブジェクト。

適用対象