Initializes a new instance of the AnnotationsUpdateRequest class with the specified culture, comment, and annotation ID.
네임스페이스: 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
A cultural setting.
- Comment
유형: System.String
String representing the text with which to replace the current annotation text.
- Id
유형: System.Int32
Integer representing the annotation ID.