StagingNameCheckRequest 建構函式

定義

初始化 StagingNameCheckRequest 類別的新執行個體。

多載

StagingNameCheckRequest()

使用預設值,初始化 StagingNameCheckRequest 類別的新執行個體。

StagingNameCheckRequest(International, String)

使用指定的要求,初始化 StagingNameCheckRequest 類別的新執行個體。

StagingNameCheckRequest()

使用預設值,初始化 StagingNameCheckRequest 類別的新執行個體。

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

適用於

StagingNameCheckRequest(International, String)

使用指定的要求,初始化 StagingNameCheckRequest 類別的新執行個體。

public:
 StagingNameCheckRequest(Microsoft::MasterDataServices::International ^ International, System::String ^ StagingName);
public StagingNameCheckRequest (Microsoft.MasterDataServices.International International, string StagingName);
new Microsoft.MasterDataServices.StagingNameCheckRequest : Microsoft.MasterDataServices.International * string -> Microsoft.MasterDataServices.StagingNameCheckRequest
Public Sub New (International As International, StagingName As String)

參數

International
International

國際要求。

StagingName
String

暫存名稱要求。

適用於