Właściwość IDTSBulkInsertTask.DestinationTableName
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Zestaw: Microsoft.SqlServer.BulkInsertTask (w Microsoft.SqlServer.BulkInsertTask.dll)
Składnia
'Deklaracja
Property DestinationTableName As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
Zobacz także