SyncStatus Enumeration

 

Specifies the status of a sync relationship.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

[DataContractAttribute(Name = "SyncStatus", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class SyncStatus

Member nameDescription
Failed

The sync attempt failed.

InProgress

A sync attempt is in progress.

NotSpecified

Not specified.

Succeeded

The sync attempt succeeded.

The SyncStatus simple type specifies the status of a sync relationship.

Return to top
Show: