DataQualityStoreInputDataResponse Constructors

Definition

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.

Applies to