次の方法で共有


SystemPropertiesGetRequest コンストラクター

定義

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

オーバーロード

SystemPropertiesGetRequest()

SystemPropertiesGetRequest クラスの既定値を持つ新しいインスタンスを初期化します。

SystemPropertiesGetRequest(International)

指定されたカルチャ設定を持つ SystemPropertiesGetRequest クラスの新しいインスタンスを初期化します。

SystemPropertiesGetRequest()

SystemPropertiesGetRequest クラスの既定値を持つ新しいインスタンスを初期化します。

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

適用対象

SystemPropertiesGetRequest(International)

指定されたカルチャ設定を持つ SystemPropertiesGetRequest クラスの新しいインスタンスを初期化します。

public:
 SystemPropertiesGetRequest(Microsoft::MasterDataServices::International ^ International);
public SystemPropertiesGetRequest (Microsoft.MasterDataServices.International International);
new Microsoft.MasterDataServices.SystemPropertiesGetRequest : Microsoft.MasterDataServices.International -> Microsoft.MasterDataServices.SystemPropertiesGetRequest
Public Sub New (International As International)

パラメーター

International
International

カルチャ設定。

適用対象