Compartir a través de


IDTSBulkInsertTask.DestinationTableName Propiedad

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 name of the destination table or view.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Ensamblado:  Microsoft.SqlServer.BulkInsertTask (en Microsoft.SqlServer.BulkInsertTask.dll)

Sintaxis

'Declaración
Property DestinationTableName As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Comentarios

For more information, see BulkInsertTask.

Vea también

Referencia

IDTSBulkInsertTask Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.BulkInsertTask