Proprietà ISqlSimpleColumn.IdentityIsNotForReplication

Ottiene o imposta un valore che modella l'opzione NOT FOR REPLICATION per una colonna di identità.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

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

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlSimpleColumn Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel