SyncStatus Enum

Definition

Specifies the status of a sync relationship.

public enum class SyncStatus
[System.Runtime.Serialization.DataContract(Name="SyncStatus", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum SyncStatus
[<System.Runtime.Serialization.DataContract(Name="SyncStatus", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SyncStatus = 
Public Enum SyncStatus
Inheritance
SyncStatus
Attributes

Fields

Failed 3

The sync attempt failed.

InProgress 1

A sync attempt is in progress.

NotSpecified 0

Not specified.

Succeeded 2

The sync attempt succeeded.

Remarks

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

Applies to