TransactionAnnotationsGetResponse クラス
TransactionAnnotationsGetRequest への応答の詳細を保持します。
継承階層
System.Object
Microsoft.MasterDataServices.TransactionAnnotationsGetResponse
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
<MessageContractAttribute(WrapperName := "TransactionAnnotationsGetResponse", _
WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class TransactionAnnotationsGetResponse
'使用
Dim instance As TransactionAnnotationsGetResponse
[MessageContractAttribute(WrapperName = "TransactionAnnotationsGetResponse",
WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class TransactionAnnotationsGetResponse
[MessageContractAttribute(WrapperName = L"TransactionAnnotationsGetResponse",
WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class TransactionAnnotationsGetResponse
[<MessageContractAttribute(WrapperName = "TransactionAnnotationsGetResponse",
WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type TransactionAnnotationsGetResponse = class end
public class TransactionAnnotationsGetResponse
TransactionAnnotationsGetResponse 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
TransactionAnnotationsGetResponse() | TransactionAnnotationsGetResponse クラスの既定値を持つ新しいインスタンスを初期化します。 | |
TransactionAnnotationsGetResponse(Collection<Annotation>, OperationResult, Int32) | 指定した注釈の一覧、操作結果、およびトランザクション ID を持つ TransactionAnnotationsGetResponse クラスの新しいインスタンスを初期化します。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
ToString | (Object から継承されています。) |
先頭に戻る
フィールド
名前 | 説明 | |
---|---|---|
Annotations | 注釈の一覧。 | |
OperationResult | 追跡およびログ記録の一意の ID を含む操作結果。 | |
TransactionId | トランザクション ID。 |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。