ExportViewCreateResponse 建構函式

定義

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

多載

ExportViewCreateResponse()

初始化包含預設值之 ExportViewCreateResponse 類別的新執行個體。

ExportViewCreateResponse(OperationResult)

初始化 ExportViewCreateResponse 類別的新執行個體,這個執行個體具有指定的作業結果。

ExportViewCreateResponse()

初始化包含預設值之 ExportViewCreateResponse 類別的新執行個體。

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

適用於

ExportViewCreateResponse(OperationResult)

初始化 ExportViewCreateResponse 類別的新執行個體,這個執行個體具有指定的作業結果。

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

參數

OperationResult
OperationResult

作業結果,包括追蹤和記錄的唯一識別碼。

適用於