DataQualityOperationCreateResponse クラス
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
データ操作に対する応答を表します。
継承階層
System.Object
Microsoft.MasterDataServices.DataQualityOperationCreateResponse
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
<MessageContractAttribute(WrapperName := "DataQualityOperationCreateResponse", _
WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class DataQualityOperationCreateResponse
'使用
Dim instance As DataQualityOperationCreateResponse
[MessageContractAttribute(WrapperName = "DataQualityOperationCreateResponse",
WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class DataQualityOperationCreateResponse
[MessageContractAttribute(WrapperName = L"DataQualityOperationCreateResponse",
WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class DataQualityOperationCreateResponse
[<MessageContractAttribute(WrapperName = "DataQualityOperationCreateResponse",
WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type DataQualityOperationCreateResponse = class end
public class DataQualityOperationCreateResponse
DataQualityOperationCreateResponse 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
DataQualityOperationCreateResponse() | インフラストラクチャです。 DataQualityOperationCreateResponse クラスの新しいインスタンスを初期化します。 | |
DataQualityOperationCreateResponse(Guid, OperationResult) | インフラストラクチャです。指定した操作の識別子と操作結果がある DataQualityOperationCreateResponse クラスの新しいインスタンスを初期化します。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
ToString | (Object から継承されています。) |
先頭に戻る
フィールド
名前 | 説明 | |
---|---|---|
OperationId | インフラストラクチャです。操作の識別子を指定します。 | |
OperationResult | インフラストラクチャです。操作結果を指定します。 |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。