Freigeben über


IDTSBulkInsertTask.DestinationTableName-Eigenschaft

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

Gets or sets the name of the destination table or view.

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

Syntax

'Declaration
Property DestinationTableName As String 
    Get 
    Set
'Usage
Dim instance As IDTSBulkInsertTask 
Dim value As String 

value = instance.DestinationTableName

instance.DestinationTableName = value
string DestinationTableName { get; set; }
property String^ DestinationTableName {
    String^ get ();
    void set (String^ value);
}
abstract DestinationTableName : string with get, set
function get DestinationTableName () : String 
function set DestinationTableName (value : String)

Eigenschaftswert

Typ: System.String
A String that contains the name of the destination table or view.

Hinweise

For more information, see BulkInsertTask.

Siehe auch

Verweis

IDTSBulkInsertTask Schnittstelle

Microsoft.SqlServer.Dts.Tasks.BulkInsertTask-Namespace