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
'Declaration
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
Hinweise
For more information, see Masseneinfügungstask.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Runtime.DtsObject
Microsoft.SqlServer.Dts.Runtime.Task
Microsoft.SqlServer.Dts.Tasks.BulkInsertTask.BulkInsertTask
Threadsicherheit
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.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
BulkInsertTask Members
Microsoft.SqlServer.Dts.Tasks.BulkInsertTask Namespace