Aracılığıyla paylaş


ServerAdapterBase.ReplicationXPsEnabled Özelliği

Alır veya ayarlar Boolean belirleyen bir değer olup olmadığını başvurulan özellik etkindir.

Ad Alanı:  Microsoft.SqlServer.Management.Smo
Derleme:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo içinde.dll)

Sözdizimi

'Bildirim
Public Property ReplicationXPsEnabled As Boolean
    Get
    Set
'Kullanım
Dim instance As ServerAdapterBase
Dim value As Boolean

value = instance.ReplicationXPsEnabled

instance.ReplicationXPsEnabled = value
public bool ReplicationXPsEnabled { get; set; }
public:
virtual property bool ReplicationXPsEnabled {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract ReplicationXPsEnabled : bool with get, set
override ReplicationXPsEnabled : bool with get, set
final function get ReplicationXPsEnabled () : boolean
final function set ReplicationXPsEnabled (value : boolean)

Özellik Değeri

Tür: System.Boolean
A Boolean başvurulan özellik etkinleştirilip etkinleştirilmediğini değer.
Doğru , özellik etkindir.Yoksa, False.