Condividi tramite


Proprietà ColumnDefinition.IsIdentityNotForReplication

Ottiene o imposta un valore che indica se l'identità non è per la replica.

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

Sintassi

'Dichiarazione
Public Property IsIdentityNotForReplication As Boolean
    Get
    Set
public bool IsIdentityNotForReplication { get; set; }
public:
property bool IsIdentityNotForReplication {
    bool get ();
    void set (bool value);
}
member IsIdentityNotForReplication : bool with get, set
function get IsIdentityNotForReplication () : boolean
function set IsIdentityNotForReplication (value : boolean)

Valore proprietà

Tipo: System.Boolean
Restituisce true se l'identità non è per la replica; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ColumnDefinition Classe

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