IDataTransformPlanServices.GetRowCount-Methode

Gibt die Anzahl von Zeilen in der bereitgestellten Tabelle zurück.

Namespace:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
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

Parameter

  • connectionString
    Typ: System.String
    Die Verbindungszeichenfolge, die zum Herstellen einer Verbindung mit der Datenbank verwendet werden soll.

Rückgabewert

Typ: System.Int64
Die Anzahl der Zeilen in der Tabelle.

.NET Framework-Sicherheit

Siehe auch

Referenz

IDataTransformPlanServices Schnittstelle

Microsoft.Data.Schema.Tools.DataGenerator-Namespace

ITable