共用方式為


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 命名空間