Propriedade do RDL IDTSBulkInsertTask.DestinationTableName
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets the name of the destination table or view.
Namespace: Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Assembly: Microsoft.SqlServer.BulkInsertTask (em Microsoft.SqlServer.BulkInsertTask.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.String
A String that contains the name of the destination table or view.
Comentários
For more information, see BulkInsertTask.