ISql100SimpleColumn.IsSparse Property

Gets or sets whether the column is sparse.

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

Syntax

'Declaration
Property IsSparse As Boolean
    Get
    Set
'Usage
Dim instance As ISql100SimpleColumn
Dim value As Boolean

value = instance.IsSparse

instance.IsSparse = value
bool IsSparse { get; set; }
property bool IsSparse {
    bool get ();
    void set (bool value);
}
function get IsSparse () : boolean
function set IsSparse (value : boolean)
abstract IsSparse : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql100SimpleColumn Interface

ISql100SimpleColumn Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace