ExportViewCreateResponse 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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
作業結果,包括追蹤和記錄的唯一識別碼。