ISqlSupportsReplication.IsReplicated Property

Gets or sets a value that indicates whether the object is subject to replication.

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

Syntax

'Declaration
Property IsReplicated As Boolean
bool IsReplicated { get; set; }
property bool IsReplicated {
    bool get ();
    void set (bool value);
}
abstract IsReplicated : bool with get, set
function get IsReplicated () : boolean
function set IsReplicated (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISqlSupportsReplication Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace