DataQualityOperationCreateResponse コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
DataQualityOperationCreateResponse クラスの新しいインスタンスを初期化します。
オーバーロード
DataQualityOperationCreateResponse() |
DataQualityOperationCreateResponse クラスの新しいインスタンスを初期化します。 |
DataQualityOperationCreateResponse(Guid, OperationResult) |
指定した操作の識別子と操作結果がある DataQualityOperationCreateResponse クラスの新しいインスタンスを初期化します。 |
DataQualityOperationCreateResponse()
DataQualityOperationCreateResponse クラスの新しいインスタンスを初期化します。
public:
DataQualityOperationCreateResponse();
public DataQualityOperationCreateResponse ();
Public Sub New ()
適用対象
DataQualityOperationCreateResponse(Guid, OperationResult)
指定した操作の識別子と操作結果がある DataQualityOperationCreateResponse クラスの新しいインスタンスを初期化します。
public:
DataQualityOperationCreateResponse(Guid OperationId, Microsoft::MasterDataServices::OperationResult ^ OperationResult);
public DataQualityOperationCreateResponse (Guid OperationId, Microsoft.MasterDataServices.OperationResult OperationResult);
new Microsoft.MasterDataServices.DataQualityOperationCreateResponse : Guid * Microsoft.MasterDataServices.OperationResult -> Microsoft.MasterDataServices.DataQualityOperationCreateResponse
Public Sub New (OperationId As Guid, OperationResult As OperationResult)
パラメーター
- OperationId
- Guid
操作の識別子です。
- OperationResult
- OperationResult
操作結果。