Поделиться через


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

Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

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

Синтаксис

'Декларация
<ComVisibleAttribute(False)> _
Public Enumeration ResultType
'Применение
Dim instance As ResultType
[ComVisibleAttribute(false)]
public enum ResultType
[ComVisibleAttribute(false)]
public enum class ResultType
[<ComVisibleAttribute(false)>]
type ResultType
public enum ResultType

Элементы

Имя элемента Описание
Default The result type returns the preferred storage for the last level.
DataSet The result type returns as DataSet.
DataTable The result type returns as DataTable.
IDataReader The result type returns as IDataReader.
XmlDocument The result type returns as XmlDocument.
Reserved1 The result type returns the first reserved for enumerator extensions implementations to be used for communication between levels.
Reserved2 The result type returns the second reserved for enumerator extensions implementations to be used for communication between levels.