Compartir a través de


ISqlSimpleColumn.IsIdentity (Propiedad)

Obtiene o establece un valor que indica si la columna es una columna de identidad.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
Property IsIdentity As Boolean
    Get
    Set
bool IsIdentity { get; set; }
property bool IsIdentity {
    bool get ();
    void set (bool value);
}
abstract IsIdentity : bool with get, set
function get IsIdentity () : boolean
function set IsIdentity (value : boolean)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ISqlSimpleColumn Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)