Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |