Partager via


Propriété IDTSBulkInsertTask.DestinationTableName

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Assembly :  Microsoft.SqlServer.BulkInsertTask (en Microsoft.SqlServer.BulkInsertTask.dll)

Syntaxe

'Déclaration
Property DestinationTableName As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Notes

For more information, see BulkInsertTask.

Voir aussi

Référence

IDTSBulkInsertTask Interface

Espace de noms Microsoft.SqlServer.Dts.Tasks.BulkInsertTask