Freigeben über


ChangeBatchBase.DefaultCompatibilityLevel-Eigenschaft

Ruft den Standardkompatibilitätsgrad aller ChangeBatchBase-Objekte ab, oder legt ihn fest.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Syntax

'Declaration
Public Shared Property DefaultCompatibilityLevel As CompatibilityLevel
'Usage
Dim value As CompatibilityLevel

value = ChangeBatchBase.DefaultCompatibilityLevel

ChangeBatchBase.DefaultCompatibilityLevel = value
public static CompatibilityLevel DefaultCompatibilityLevel { get; set; }
public:
static property CompatibilityLevel DefaultCompatibilityLevel {
    CompatibilityLevel get ();
    void set (CompatibilityLevel value);
}
/** @property */
public static CompatibilityLevel get_DefaultCompatibilityLevel ()

/** @property */
public static void set_DefaultCompatibilityLevel (CompatibilityLevel value)
public static function get DefaultCompatibilityLevel () : CompatibilityLevel

public static function set DefaultCompatibilityLevel (value : CompatibilityLevel)

Eigenschaftenwert

Der Standardkompatibilitätsgrad aller ChangeBatchBase-Objekte.

Ausnahmen

Ausnahmetyp Bedingung

ArgumentOutOfRangeException

Der festzulegende Wert ist kein Member der CompatibilityLevel-Enumeration.

Hinweise

Der Wert von DefaultCompatibilityLevel wird verwendet, um die CompatibilityLevel-Eigenschaft neuer ChangeBatchBase-Objekte zu initialisieren. Der Standardwert lautet SyncFrameworkVersion2.

Siehe auch

Verweis

ChangeBatchBase-Klasse
ChangeBatchBase-Member
Microsoft.Synchronization-Namespace