言語

ServiceVersionGetRequest コンストラクター

定義

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

オーバーロード

名前 説明
ServiceVersionGetRequest()

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

ServiceVersionGetRequest(International)

指定された文化設定で ServiceVersionGetRequest クラスの新しいインスタンスを初期化します。

ServiceVersionGetRequest()

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

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

適用対象

ServiceVersionGetRequest(International)

指定された文化設定で ServiceVersionGetRequest クラスの新しいインスタンスを初期化します。

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

パラメーター

International
International

文化的な設定。

適用対象