Compartir a través de


ExecuteSql.GetDataReader Método (String, SqlCommand%)

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Gets a data reader to execute the specified Transact-SQL statements, and specifying a SqlCommand object that can be used to terminate a long-running query.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Function GetDataReader ( _
    query As String, _
    <OutAttribute> ByRef command As SqlCommand _
) As SqlDataReader
'Uso
Dim instance As ExecuteSql 
Dim query As String 
Dim command As SqlCommand 
Dim returnValue As SqlDataReader 

returnValue = instance.GetDataReader(query, _
    command)
public SqlDataReader GetDataReader(
    string query,
    out SqlCommand command
)
public:
SqlDataReader^ GetDataReader(
    String^ query, 
    [OutAttribute] SqlCommand^% command
)
member GetDataReader : 
        query:string * 
        command:SqlCommand byref -> SqlDataReader
public function GetDataReader(
    query : String, 
    command : SqlCommand
) : SqlDataReader

Parámetros

Valor devuelto

Tipo: System.Data.SqlClient.SqlDataReader
A SqlDataReader object that can be used to process the result sets returned by the Transact-SQL statements.

Vea también

Referencia

ExecuteSql Clase

Sobrecarga de GetDataReader

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc