Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets the number of rows in each batch.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Ensamblado: Microsoft.SqlServer.BulkInsertTask (en Microsoft.SqlServer.BulkInsertTask.dll)
Sintaxis
'Declaración
Property BatchSize As Long
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Int64
A Long that indicates the number of rows in each batch.
Comentarios
For more information, see BulkInsertTask.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Dts.Tasks.BulkInsertTask