Langage

AttributeChangeRequest Constructeurs

Définition

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.

S’applique à