Condividi tramite


Enumerazione ResultType

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

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

Membri

Nome membro Descrizione
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.