Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the AnnotationsUpdateRequest class with the specified culture, comment, and annotation ID.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
International As International, _
Comment As String, _
Id As Integer _
)
'Usage
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
)
Parameter
- International
Typ: Microsoft.MasterDataServices.International
A cultural setting.
- Comment
Typ: System.String
String representing the text with which to replace the current annotation text.
- Id
Typ: System.Int32
Integer representing the annotation ID.
Siehe auch
Verweis
AnnotationsUpdateRequest Klasse