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.
Defines the type of result set that the Execute SQL task can use.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration ResultSetType
'Usage
Dim instance As ResultSetType
public enum ResultSetType
public enum class ResultSetType
type ResultSetType
public enum ResultSetType
Members
| Member name | Description | |
|---|---|---|
| ForXml | The ForXml result set type. | |
| Inline | The Inline result set type. | |
| Object | The Object result set type. | |
| Type | The Type result set type. |