AnnotationsDeleteRequest クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
既存の注釈を削除する要求を表します。
public ref class AnnotationsDeleteRequest
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="AnnotationsDeleteRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class AnnotationsDeleteRequest
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="AnnotationsDeleteRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type AnnotationsDeleteRequest = class
Public Class AnnotationsDeleteRequest
- 継承
-
AnnotationsDeleteRequest
- 属性
注釈
注釈を削除できるのは、注釈を作成したユーザーまたはモデル管理者のみです。 注釈は ID で特定します。
コンストラクター
AnnotationsDeleteRequest() |
AnnotationsDeleteRequest クラスの新しいインスタンスを既定値で初期化します。 |
AnnotationsDeleteRequest(International, Int32) |
指定されたカルチャと注釈 ID を使用して AnnotationsDeleteRequest クラスの新しいインスタンスを初期化します。 |
フィールド
Id |
注釈 ID を指定します。 |
International |
カルチャ設定を指定します。 |