此 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 类