BulkInsertTask Class
Provides the properties and methods for the Bulk Insert task, which is the quickest way to copy large amounts of data into a SQL Server table or view. This class cannot be inherited.
Namespace: Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Assembly: Microsoft.SqlServer.BulkInsertTask (in microsoft.sqlserver.bulkinserttask.dll)
Syntax
'Deklaracja
Public NotInheritable Class BulkInsertTask
Inherits Task
Implements IDTSComponentPersist, IDTSBulkInsertTask, IDTSBreakpointSite, IDTSSuspend
public sealed class BulkInsertTask : Task, IDTSComponentPersist, IDTSBulkInsertTask, IDTSBreakpointSite,
IDTSSuspend
public ref class BulkInsertTask sealed : public Task, IDTSComponentPersist, IDTSBulkInsertTask, IDTSBreakpointSite,
IDTSSuspend
public final class BulkInsertTask extends Task implements IDTSComponentPersist, IDTSBulkInsertTask,
IDTSBreakpointSite, IDTSSuspend
public final class BulkInsertTask extends Task implements IDTSComponentPersist, IDTSBulkInsertTask,
IDTSBreakpointSite, IDTSSuspend
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Runtime.DtsObject
Microsoft.SqlServer.Dts.Runtime.Task
Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.BulkInsertTask
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.