Partilhar via


Propriedade ISql100SimpleColumn.IsSparse

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

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

Sintaxe

'Declaração
Property IsSparse As Boolean
    Get
    Set
bool IsSparse { get; set; }
property bool IsSparse {
    bool get ();
    void set (bool value);
}
abstract IsSparse : bool with get, set
function get IsSparse () : boolean
function set IsSparse (value : boolean)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ISql100SimpleColumn Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel