Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Specifies the options for alter column version of alter table statement. AddRowGuidCol and DropRowGuidCol can only happen if there is no DataType.
Espace de noms : Microsoft.SqlServer.TransactSql.ScriptDom
Assembly : Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntaxe
'Déclaration
Public Enumeration AlterTableAlterColumnOption
'Utilisation
Dim instance As AlterTableAlterColumnOption
public enum AlterTableAlterColumnOption
public enum class AlterTableAlterColumnOption
type AlterTableAlterColumnOption
public enum AlterTableAlterColumnOption
Membres
| Nom de membre | Description | |
|---|---|---|
| AddNotForReplication | The alteration is AddNotForReplication. | |
| AddPersisted | The alteration is AddPersisted. | |
| AddRowGuidCol | The alteration is AddRowGuidCol. | |
| AddSparse | The alteration is AddSparse. | |
| DropNotForReplication | The alteration is DropNotForReplication. | |
| DropPersisted | The alteration is DropPersisted. | |
| DropRowGuidCol | The alteration is DropRowGuidCol. | |
| DropSparse | The alteration is DropSparse. | |
| NoOptionDefined | The alteration is NoOptionDefined. | |
| NotNull | The alteration is NotNull. | |
| Null | The alteration is Null. |