Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the DataQualityOperationResultsGetResponse class with the specified properties.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
Data As TabularData, _
OperationResult As OperationResult _
)
'Usage
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
)
Parameters
- Data
Type: Microsoft.MasterDataServices.TabularData
The result data associated with the completed operation.
- OperationResult
Type: Microsoft.MasterDataServices.OperationResult
The result of an operation.
See Also
Reference
DataQualityOperationResultsGetResponse Class