Partager via


ISqlSupportsReplication.IsReplicated, propriété

Obtient ou définit une valeur qui indique si l'objet est soumis à réplication.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
Property IsReplicated As Boolean
    Get
    Set
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

ISqlSupportsReplication Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms