AttributeChangeRequest 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.
Crée une instance de la classe AttributeChangeRequest.
Surcharges
| Nom | Description |
|---|---|
| AttributeChangeRequest() |
Crée une instance de la classe AttributeChangeRequest. |
| AttributeChangeRequest(International, MetadataAttribute) |
Crée une nouvelle instance de la AttributeChangeRequest classe avec un attribut et un en-tête de message spécifiés. |
AttributeChangeRequest()
Crée une instance de la classe AttributeChangeRequest.
public:
AttributeChangeRequest();
public AttributeChangeRequest();
Public Sub New ()
S’applique à
AttributeChangeRequest(International, MetadataAttribute)
Crée une nouvelle instance de la AttributeChangeRequest classe avec un attribut et un en-tête de message spécifiés.
public:
AttributeChangeRequest(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::MetadataAttribute ^ Attribute);
public AttributeChangeRequest(Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.MetadataAttribute Attribute);
new Microsoft.MasterDataServices.AttributeChangeRequest : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.MetadataAttribute -> Microsoft.MasterDataServices.AttributeChangeRequest
Public Sub New (International As International, Attribute As MetadataAttribute)
Paramètres
- International
- International
Un attribut de données maître, incluant son identification et sa valeur de données.
- Attribute
- MetadataAttribute
Le contrat de données pour l’en-tête du message international.