言語

DataQualityStoreInputDataResponse コンストラクター

定義

DataQualityStoreInputDataResponse クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
DataQualityStoreInputDataResponse()

DataQualityStoreInputDataResponse クラスの新しいインスタンスを初期化します。

DataQualityStoreInputDataResponse(OperationResult)

指定された操作結果で DataQualityStoreInputDataResponse クラスの新しいインスタンスを初期化します。

DataQualityStoreInputDataResponse()

DataQualityStoreInputDataResponse クラスの新しいインスタンスを初期化します。

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

適用対象

DataQualityStoreInputDataResponse(OperationResult)

指定された操作結果で DataQualityStoreInputDataResponse クラスの新しいインスタンスを初期化します。

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)

パラメーター

OperationResult
OperationResult

操作の結果。

適用対象