Share via


IsSparse Propiedad

Obtiene o establece el valor de propiedad de la estructura Boolean que especifica si el valor de la columna es disperso.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design)> _
Public Property IsSparse As Boolean
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: System. . :: . .Boolean
Valor de propiedad Boolean que especifica si el valor de la columna es disperso.
Si es True, la columna es dispersa. De lo contrario, es False (valor predeterminado).