言語

SecurityPrivilegesRequest コンストラクター

定義

SecurityPrivilegesRequest クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
SecurityPrivilegesRequest()

デフォルト値を持つ SecurityPrivilegesRequest クラスの新しいインスタンスを初期化します。

SecurityPrivilegesRequest(International, SecurityPrivileges)

指定された文化設定とセキュリティ権限を持つ SecurityPrivilegesRequest クラスの新しいインスタンスを初期化します。

SecurityPrivilegesRequest()

デフォルト値を持つ SecurityPrivilegesRequest クラスの新しいインスタンスを初期化します。

public:
 SecurityPrivilegesRequest();
public SecurityPrivilegesRequest();
Public Sub New ()

適用対象

SecurityPrivilegesRequest(International, SecurityPrivileges)

指定された文化設定とセキュリティ権限を持つ SecurityPrivilegesRequest クラスの新しいインスタンスを初期化します。

public:
 SecurityPrivilegesRequest(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::SecurityPrivileges ^ Privileges);
public SecurityPrivilegesRequest(Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.SecurityPrivileges Privileges);
new Microsoft.MasterDataServices.SecurityPrivilegesRequest : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.SecurityPrivileges -> Microsoft.MasterDataServices.SecurityPrivilegesRequest
Public Sub New (International As International, Privileges As SecurityPrivileges)

パラメーター

International
International

文化的な設定。

Privileges
SecurityPrivileges

セキュリティ特権を得られる。

適用対象