다음을 통해 공유


AnnotationsUpdateRequest 생성자 (International, String, Int32)

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
)

매개 변수

  • Comment
    유형: System.String
    String representing the text with which to replace the current annotation text.
  • Id
    유형: System.Int32
    Integer representing the annotation ID.

참고 항목

참조

AnnotationsUpdateRequest 클래스

AnnotationsUpdateRequest 오버로드

Microsoft.MasterDataServices 네임스페이스