Partager via


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

Paramètres de culture.

Attribute
MetadataAttribute

Attribut à modifier.

MemberCodesWithError
Collection<String>

Cette méthode retourne une collection de chaînes qui représente les codes de membre qui contiennent une erreur. Ce paramètre est passé sans être initialisé.

NewAttributeMuid
Guid

Lorsque cette méthode est retournée, contient un GUID qui représente le nouveau MUID d’attribut. Ce paramètre est passé sans être initialisé.

OperationResult
OperationResult

Cette méthode retourne le résultat de l'opération. Ce paramètre est passé sans être initialisé.

Retours

Attribut modifié.

S’applique à