ServiceClient.AttributeChange Méthode
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.
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é.