指定されたカルチャ、コメント、および注釈 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
)
パラメーター
- International
型: Microsoft.MasterDataServices.International
カルチャ設定。
- Comment
型: System.String
現在の注釈テキストと置き換えるテキストを表す文字列。
- Id
型: System.Int32
注釈 ID を表す整数。