DataQualityOperationResultsGetResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the DataQualityOperationResultsGetResponse class.
Overloads
DataQualityOperationResultsGetResponse() |
Initializes a new instance of the DataQualityOperationResultsGetResponse class. |
DataQualityOperationResultsGetResponse(TabularData, OperationResult) |
Initializes a new instance of the DataQualityOperationResultsGetResponse class with the specified properties. |
DataQualityOperationResultsGetResponse()
Initializes a new instance of the DataQualityOperationResultsGetResponse class.
public:
DataQualityOperationResultsGetResponse();
public DataQualityOperationResultsGetResponse ();
Public Sub New ()
Applies to
DataQualityOperationResultsGetResponse(TabularData, OperationResult)
Initializes a new instance of the DataQualityOperationResultsGetResponse class with the specified properties.
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)
Parameters
- Data
- TabularData
The result data associated with the completed operation.
- OperationResult
- OperationResult
The result of an operation.