BatchSize-Eigenschaft

Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Namespace:  Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Assembly:  Microsoft.SqlServer.BulkInsertTask (in Microsoft.SqlServer.BulkInsertTask.dll)

Syntax

'Declaration
Property BatchSize As Long
    Get
    Set
'Usage
Dim instance As IDTSBulkInsertTask
Dim value As Long

value = instance.BatchSize

instance.BatchSize = value
long BatchSize { get; set; }
property long long BatchSize {
    long long get ();
    void set (long long value);
}
abstract BatchSize : int64 with get, set
function get BatchSize () : long
function set BatchSize (value : long)

Eigenschaftswert

Typ: System. . :: . .Int64