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