Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Represents the possible values for sparse column options.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration SparseColumnOption
'Usage
Dim instance As SparseColumnOption
[SerializableAttribute]
public enum SparseColumnOption
[SerializableAttribute]
public enum class SparseColumnOption
[<SerializableAttribute>]
type SparseColumnOption
public enum SparseColumnOption
Members
| Member name | Description | |
|---|---|---|
| ColumnSetForAllSparseColumns | The option is ColumnSetForAllSparseColumns. | |
| None | The option is None. | |
| Sparse | The option is Sparse. |