DataQualityStoreInputDataResponse Konstruktoren

Definition

Initialisiert eine neue Instanz der DataQualityStoreInputDataResponse-Klasse.

Überlädt

DataQualityStoreInputDataResponse()

Initialisiert eine neue Instanz der DataQualityStoreInputDataResponse-Klasse.

DataQualityStoreInputDataResponse(OperationResult)

Initialisiert eine neue Instanz der -Klasse mit dem DataQualityStoreInputDataResponse angegebenen Vorgangsergebnis.

DataQualityStoreInputDataResponse()

Initialisiert eine neue Instanz der DataQualityStoreInputDataResponse-Klasse.

public:
 DataQualityStoreInputDataResponse();
public DataQualityStoreInputDataResponse ();
Public Sub New ()

Gilt für:

DataQualityStoreInputDataResponse(OperationResult)

Initialisiert eine neue Instanz der -Klasse mit dem DataQualityStoreInputDataResponse angegebenen Vorgangsergebnis.

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)

Parameter

OperationResult
OperationResult

Das Vorgangsergebnis.

Gilt für: