DataQualityStoreInputDataResponse 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 DataQualityStoreInputDataResponse class.
Overloads
DataQualityStoreInputDataResponse() |
Initializes a new instance of the DataQualityStoreInputDataResponse class. |
DataQualityStoreInputDataResponse(OperationResult) |
Initializes a new instance of the DataQualityStoreInputDataResponse class with specified operation result. |
DataQualityStoreInputDataResponse()
Initializes a new instance of the DataQualityStoreInputDataResponse class.
public:
DataQualityStoreInputDataResponse();
public DataQualityStoreInputDataResponse ();
Public Sub New ()
Applies to
DataQualityStoreInputDataResponse(OperationResult)
Initializes a new instance of the DataQualityStoreInputDataResponse class with specified operation result.
public:
DataQualityStoreInputDataResponse(Microsoft::MasterDataServices::OperationResult ^ OperationResult);
public DataQualityStoreInputDataResponse (Microsoft.MasterDataServices.OperationResult OperationResult);
new Microsoft.MasterDataServices.DataQualityStoreInputDataResponse : Microsoft.MasterDataServices.OperationResult -> Microsoft.MasterDataServices.DataQualityStoreInputDataResponse
Public Sub New (OperationResult As OperationResult)
Parameters
- OperationResult
- OperationResult
The operation result.