AnnotationsUpdateRequest Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe AnnotationsUpdateRequest.
Surcharges
AnnotationsUpdateRequest() |
Initialise une nouvelle instance de la classe AnnotationsUpdateRequest avec les valeurs par défaut. |
AnnotationsUpdateRequest(International, String, Int32) |
Initialise une nouvelle instance de la classe AnnotationsUpdateRequest avec la culture, le commentaire et l'ID d'annotation spécifiés. |
AnnotationsUpdateRequest()
Initialise une nouvelle instance de la classe AnnotationsUpdateRequest avec les valeurs par défaut.
public:
AnnotationsUpdateRequest();
public AnnotationsUpdateRequest ();
Public Sub New ()
S’applique à
AnnotationsUpdateRequest(International, String, Int32)
Initialise une nouvelle instance de la classe AnnotationsUpdateRequest avec la culture, le commentaire et l'ID d'annotation spécifiés.
public:
AnnotationsUpdateRequest(Microsoft::MasterDataServices::International ^ International, System::String ^ Comment, int Id);
public AnnotationsUpdateRequest (Microsoft.MasterDataServices.International International, string Comment, int Id);
new Microsoft.MasterDataServices.AnnotationsUpdateRequest : Microsoft.MasterDataServices.International * string * int -> Microsoft.MasterDataServices.AnnotationsUpdateRequest
Public Sub New (International As International, Comment As String, Id As Integer)
Paramètres
- International
- International
Un cadre culturel.
- Comment
- String
Chaîne représentant le texte par lequel remplacer le texte d'annotation actuel.
- Id
- Int32
Entier représentant l'ID d'annotation.