次の方法で共有


AnnotationsUpdateRequest コンストラクター (International, String, Int32)

指定されたカルチャ、コメント、および注釈 ID を使用して、AnnotationsUpdateRequest クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)

構文

'宣言
Public Sub New ( _
    International As International, _
    Comment As String, _
    Id As Integer _
)
'使用
Dim International As International
Dim Comment As String
Dim Id As Integer

Dim instance As New AnnotationsUpdateRequest(International, _
    Comment, Id)
public AnnotationsUpdateRequest(
    International International,
    string Comment,
    int Id
)
public:
AnnotationsUpdateRequest(
    International^ International, 
    String^ Comment, 
    int Id
)
new : 
        International:International * 
        Comment:string * 
        Id:int -> AnnotationsUpdateRequest
public function AnnotationsUpdateRequest(
    International : International, 
    Comment : String, 
    Id : int
)

パラメーター

  • Comment
    型: System.String
    現在の注釈テキストと置き換えるテキストを表す文字列。

関連項目

参照

AnnotationsUpdateRequest クラス

AnnotationsUpdateRequest オーバーロード

Microsoft.MasterDataServices 名前空間