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.
Specifies the type of insert options.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration InsertOption
'Usage
Dim instance As InsertOption
public enum InsertOption
public enum class InsertOption
type InsertOption
public enum InsertOption
Members
| Member name | Description | |
|---|---|---|
| Into | The option is Into. | |
| None | The option is None. | |
| Over | The option is Over. |