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