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.
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. |