DataQualityOperationResultsGetResponse 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 DataQualityOperationResultsGetResponse 類別的新執行個體。
多載
DataQualityOperationResultsGetResponse()
初始化 DataQualityOperationResultsGetResponse 類別的新執行個體。
public:
DataQualityOperationResultsGetResponse();
public DataQualityOperationResultsGetResponse ();
Public Sub New ()
適用於
DataQualityOperationResultsGetResponse(TabularData, OperationResult)
使用指定的屬性初始化 DataQualityOperationResultsGetResponse 類別的新執行個體。
public:
DataQualityOperationResultsGetResponse(Microsoft::MasterDataServices::TabularData ^ Data, Microsoft::MasterDataServices::OperationResult ^ OperationResult);
public DataQualityOperationResultsGetResponse (Microsoft.MasterDataServices.TabularData Data, Microsoft.MasterDataServices.OperationResult OperationResult);
new Microsoft.MasterDataServices.DataQualityOperationResultsGetResponse : Microsoft.MasterDataServices.TabularData * Microsoft.MasterDataServices.OperationResult -> Microsoft.MasterDataServices.DataQualityOperationResultsGetResponse
Public Sub New (Data As TabularData, OperationResult As OperationResult)
參數
- Data
- TabularData
與已完成之作業相關聯的結果資料。
- OperationResult
- OperationResult
作業的結果。