Partilhar via


Propriedade ISql100TableTypeSimpleColumn.IsIdentity

Obtém ou define um valor que indica se esta é uma coluna de identidade.

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

Sintaxe

'Declaração
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 propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ISql100TableTypeSimpleColumn Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel