Freigeben über


ISqlProcedure.IsForReplication-Eigenschaft

Ruft einen Wert ab, der die FOR REPLICATION-Option modelliert, oder legt den Wert fest.

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

Syntax

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

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

ISqlProcedure Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace