SyncRelationship.LastSyncAttemptError Propriété
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.
Spécifie les informations d’erreur sur la dernière tentative de synchronisation. Null si LastSyncAttemptStatus n’est pas Failed.
public:
property Microsoft::MasterDataServices::Services::DataContracts::Error ^ LastSyncAttemptError { Microsoft::MasterDataServices::Services::DataContracts::Error ^ get(); void set(Microsoft::MasterDataServices::Services::DataContracts::Error ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.Services.DataContracts.Error LastSyncAttemptError { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.LastSyncAttemptError : Microsoft.MasterDataServices.Services.DataContracts.Error with get, set
Public Property LastSyncAttemptError As Error
Valeur de propriété
Informations d’erreur à propos de la dernière tentative de synchronisation.
- Attributs