IDTSBulkInsertTask.DestinationTableName 属性
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets or sets the name of the destination table or view.
命名空间: Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
程序集: Microsoft.SqlServer.BulkInsertTask(在 Microsoft.SqlServer.BulkInsertTask.dll 中)
语法
声明
Property DestinationTableName As String
Get
Set
用法
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)
属性值
类型:System.String
A String that contains the name of the destination table or view.
注释
For more information, see BulkInsertTask.