Метод 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.