Перечисление ResultSetType

Defines the type of result set that the Execute SQL task can use.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Enumeration ResultSetType
'Применение
Dim instance As ResultSetType
public enum ResultSetType
public enum class ResultSetType
type ResultSetType
public enum ResultSetType

Элементы

Имя элемента Описание
ForXml The ForXml result set type.
Inline The Inline result set type.
Object The Object result set type.
Type The Type result set type.

См. также

Справочник

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom