Proprietà IsSparse

Ottiene o imposta il valore della proprietà Boolean che specifica se il valore della colonna è di tipo sparse.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design)> _
Public Property IsSparse As Boolean
    Get
    Set
'Utilizzo
Dim instance As Column
Dim value As Boolean

value = instance.IsSparse

instance.IsSparse = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)]
public bool IsSparse { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase|SfcPropertyFlags::Design)]
public:
property bool IsSparse {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)>]
member IsSparse : bool with get, set
function get IsSparse () : boolean
function set IsSparse (value : boolean)

Valore proprietà

Tipo: System. . :: . .Boolean
Valore della proprietà Boolean che specifica se il valore della colonna è di tipo sparse.
Se True, la colonna è di tipo sparse. In caso contrario, False (impostazione predefinita).