Langage

ServiceClient.AttributeChange Méthode

Définition

Modifie un attribut avec les valeurs spécifiées.

public:
 System::String ^ AttributeChange(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::MetadataAttribute ^ Attribute, [Runtime::InteropServices::Out] System::Collections::ObjectModel::Collection<System::String ^> ^ % MemberCodesWithError, [Runtime::InteropServices::Out] Guid % NewAttributeMuid, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::OperationResult ^ % OperationResult);
public string AttributeChange(Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.MetadataAttribute Attribute, out System.Collections.ObjectModel.Collection<string> MemberCodesWithError, out Guid NewAttributeMuid, out Microsoft.MasterDataServices.OperationResult OperationResult);
member this.AttributeChange : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.MetadataAttribute * Collection * Guid * OperationResult -> string
Public Function AttributeChange (International As International, Attribute As MetadataAttribute, ByRef MemberCodesWithError As Collection(Of String), ByRef NewAttributeMuid As Guid, ByRef OperationResult As OperationResult) As String

Paramètres

International
International

Les contextes culturels.

Attribute
MetadataAttribute

L’attribut du changement.

MemberCodesWithError
Collection<String>

Lorsque cette méthode revient, contient une collection de chaînes représentant les codes membres contenant une erreur. Ce paramètre est passé non initialisé.

NewAttributeMuid
Guid

Lorsque cette méthode revient, contient un GUID représentant le nouvel attribut MUID. Ce paramètre est passé non initialisé.

OperationResult
OperationResult

Lorsque cette méthode revient, contient le résultat de l’opération. Ce paramètre est passé non initialisé.

Retours

L’attribut changé.

S’applique à