DataQualityOperationResultsGetResponse 建構函式 (TabularData, OperationResult)
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Initializes a new instance of the DataQualityOperationResultsGetResponse class with the specified properties.
命名空間: Microsoft.MasterDataServices
組件: Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)
語法
'宣告
Public Sub New ( _
Data As TabularData, _
OperationResult As OperationResult _
)
'用途
Dim Data As TabularData
Dim OperationResult As OperationResult
Dim instance As New DataQualityOperationResultsGetResponse(Data, OperationResult)
public DataQualityOperationResultsGetResponse(
TabularData Data,
OperationResult OperationResult
)
public:
DataQualityOperationResultsGetResponse(
TabularData^ Data,
OperationResult^ OperationResult
)
new :
Data:TabularData *
OperationResult:OperationResult -> DataQualityOperationResultsGetResponse
public function DataQualityOperationResultsGetResponse(
Data : TabularData,
OperationResult : OperationResult
)
參數
- Data
型別:Microsoft.MasterDataServices.TabularData
The result data associated with the completed operation.
- OperationResult
型別:Microsoft.MasterDataServices.OperationResult
The result of an operation.
請參閱
參考
DataQualityOperationResultsGetResponse 類別