Share via


ResultType Enumeration

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Enumeration ResultType
'Usage
Dim instance As ResultType
[ComVisibleAttribute(false)]
public enum ResultType
[ComVisibleAttribute(false)]
public enum class ResultType
[<ComVisibleAttribute(false)>]
type ResultType
public enum ResultType

Members

Member name Description
DataSet The result type returns as DataSet.
DataTable The result type returns as DataTable.
Default The result type returns the preferred storage for the last level.
IDataReader The result type returns as IDataReader.
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.
XmlDocument The result type returns as XmlDocument.

See Also

Reference

Microsoft.SqlServer.Management.Sdk.Sfc Namespace