Share via


ISql90ServerOptions.IsReplicationXPsEnabled Property

Gets or sets whether replication XPs are enabled.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property IsReplicationXPsEnabled As Nullable(Of Boolean)
    Get
    Set
'Usage
Dim instance As ISql90ServerOptions
Dim value As Nullable(Of Boolean)

value = instance.IsReplicationXPsEnabled

instance.IsReplicationXPsEnabled = value
Nullable<bool> IsReplicationXPsEnabled { get; set; }
property Nullable<bool> IsReplicationXPsEnabled {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
function get IsReplicationXPsEnabled () : Nullable<boolean>
function set IsReplicationXPsEnabled (value : Nullable<boolean>)
abstract IsReplicationXPsEnabled : Nullable<bool> with get, set

Property Value

Type: System.Nullable<Boolean>

Remarks

This option is for internal use only.

.NET Framework Security

See Also

Reference

ISql90ServerOptions Interface

ISql90ServerOptions Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace