次の方法で共有


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

取得するセキュリティ特権。

適用対象