Konstruktor AnnotationsUpdateRequest (International, String, Int32)
Inicjuje nowe wystąpienie AnnotationsUpdateRequest klasy określonej kultury, komentarz i adnotacji identyfikatora.
Przestrzeń nazw: Microsoft.MasterDataServices
Zestaw: Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)
Składnia
'Deklaracja
Public Sub New ( _
International As International, _
Comment As String, _
Id As Integer _
)
'Użycie
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
)
Parametry
- International
Typ: Microsoft.MasterDataServices.International
Ustawienie kultury.
- Comment
Typ: System.String
Ciąg reprezentujący tekst, który ma zastąpić bieżący tekst adnotacji.
- Id
Typ: System.Int32
Całkowitą reprezentującą identyfikator adnotacji.