FillData 方法
不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
Protected Overridable Function FillData ( _
resultType As ResultType, _
sql As StringCollection, _
connectionInfo As Object, _
sb As StatementBuilder _
) As Object
用法
Dim resultType As ResultType
Dim sql As StringCollection
Dim connectionInfo As Object
Dim sb As StatementBuilder
Dim returnValue As Object
returnValue = Me.FillData(resultType, _
sql, connectionInfo, sb)
protected virtual Object FillData(
ResultType resultType,
StringCollection sql,
Object connectionInfo,
StatementBuilder sb
)
protected:
virtual Object^ FillData(
ResultType resultType,
StringCollection^ sql,
Object^ connectionInfo,
StatementBuilder^ sb
)
abstract FillData :
resultType:ResultType *
sql:StringCollection *
connectionInfo:Object *
sb:StatementBuilder -> Object
override FillData :
resultType:ResultType *
sql:StringCollection *
connectionInfo:Object *
sb:StatementBuilder -> Object
protected function FillData(
resultType : ResultType,
sql : StringCollection,
connectionInfo : Object,
sb : StatementBuilder
) : Object
参数
- resultType
类型:Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ResultType
Specifies the result type.
- sql
类型:System.Collections.Specialized. . :: . .StringCollection
A collection of database.
- connectionInfo
类型:System. . :: . .Object
An object that specifies the connection information.
- sb
类型:Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .StatementBuilder
Specifies the statement builder.
返回值
类型:System. . :: . .Object
The object that specifies the data to fill.