BatchSize propriété
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Assembly : Microsoft.SqlServer.BulkInsertTask (dans Microsoft.SqlServer.BulkInsertTask.dll)
Syntaxe
'Déclaration
Property BatchSize As Long
Get
Set
'Utilisation
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)
Valeur de la propriété
Type : System. . :: . .Int64