ISqlSupportsReplication.IsReplicated Property

Gets or sets whether replication is supported.

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

Syntax

'Declaration
Property IsReplicated As Boolean
    Get
    Set
'Usage
Dim instance As ISqlSupportsReplication
Dim value As Boolean

value = instance.IsReplicated

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

Property Value

Type: System.Boolean
Returns True if replication is supported; otherwise, False.

.NET Framework Security

See Also

Reference

ISqlSupportsReplication Interface

ISqlSupportsReplication Members

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