Méthode SqlObjectBase.FillData
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Protected Overridable Function FillData ( _
resultType As ResultType, _
sql As StringCollection, _
connectionInfo As Object, _
sb As StatementBuilder _
) As Object
'Utilisation
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
Paramètres
- resultType
Type : Microsoft.SqlServer.Management.Sdk.Sfc.ResultType
Specifies the result type.
- sql
Type : System.Collections.Specialized.StringCollection
A collection of database.
- connectionInfo
Type : System.Object
An object that specifies the connection information.
- sb
Type : Microsoft.SqlServer.Management.Sdk.Sfc.StatementBuilder
Specifies the statement builder.
Valeur de retour
Type : System.Object
The object that specifies the data to fill.