Freigeben über


SqlObjectBase.FillData-Methode

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Protected Overridable Function FillData ( _
    resultType As ResultType, _
    sql As StringCollection, _
    connectionInfo As Object, _
    sb As StatementBuilder _
) As Object
'Usage
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

Parameter

  • connectionInfo
    Typ: System.Object
    An object that specifies the connection information.

Rückgabewert

Typ: System.Object
The object that specifies the data to fill.

Siehe auch

Verweis

SqlObjectBase Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace