AnnotationsUpdateRequest クラス
注釈のコメント テキストを更新する要求を表します。
継承階層
System.Object
Microsoft.MasterDataServices.AnnotationsUpdateRequest
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
<MessageContractAttribute(WrapperName := "AnnotationsUpdateRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class AnnotationsUpdateRequest
'使用
Dim instance As AnnotationsUpdateRequest
[MessageContractAttribute(WrapperName = "AnnotationsUpdateRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class AnnotationsUpdateRequest
[MessageContractAttribute(WrapperName = L"AnnotationsUpdateRequest", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class AnnotationsUpdateRequest
[<MessageContractAttribute(WrapperName = "AnnotationsUpdateRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type AnnotationsUpdateRequest = class end
public class AnnotationsUpdateRequest
AnnotationsUpdateRequest 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
AnnotationsUpdateRequest() | AnnotationsUpdateRequest クラスの新しいインスタンスを既定値で初期化します。 | |
AnnotationsUpdateRequest(International, String, Int32) | 指定されたカルチャ、コメント、および注釈 ID を使用して、AnnotationsUpdateRequest クラスの新しいインスタンスを初期化します。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
ToString | (Object から継承されています。) |
先頭に戻る
フィールド
名前 | 説明 | |
---|---|---|
Comment | 現在の注釈テキストと置き換えるテキストを指定します。 | |
Id | 注釈 ID を指定します。 | |
International | カルチャ設定を指定します。 |
先頭に戻る
説明
注釈を更新できるのは、注釈を作成したユーザーまたはモデル管理者のみです。 注釈は ID で特定します。 注釈のテキストは指定される Comment プロパティで置き換えられます。
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。