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

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc