Compartir a través de


IDataTransformPlanServices.GetRowCount (Método)

Devuelve el número de filas en la tabla proporcionada.

Espacio de nombres:  Microsoft.Data.Schema.Tools.DataGenerator
Ensamblado:  Microsoft.Data.Schema.Tools (en Microsoft.Data.Schema.Tools.dll)

Sintaxis

'Declaración
Function GetRowCount ( _
    connectionString As String, _
    table As IDatabaseTable _
) As Long
long GetRowCount(
    string connectionString,
    IDatabaseTable table
)
long long GetRowCount(
    String^ connectionString, 
    IDatabaseTable^ table
)
abstract GetRowCount : 
        connectionString:string * 
        table:IDatabaseTable -> int64 
function GetRowCount(
    connectionString : String, 
    table : IDatabaseTable
) : long

Parámetros

  • connectionString
    Tipo: System.String
    Cadena de conexión que se va a usar para conectarse a la base de datos.

Valor devuelto

Tipo: System.Int64
Número de filas de la tabla.

Seguridad de .NET Framework

Vea también

Referencia

IDataTransformPlanServices Interfaz

Microsoft.Data.Schema.Tools.DataGenerator (Espacio de nombres)

ITable