Partager via


ISql100SimpleColumn.IsSparse, propriété

Obtient ou définit une valeur qui indique s'il s'agit d'une colonne fragmentée.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

ISql100SimpleColumn Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms