ITransferStoredProceduresTask.DestinationConnection 属性
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets or sets the name of the connection for the destination database.
命名空间: Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask
程序集: Microsoft.SqlServer.TransferStoredProceduresTask(在 Microsoft.SqlServer.TransferStoredProceduresTask.dll 中)
语法
声明
Property DestinationConnection As String
Get
Set
用法
Dim instance As ITransferStoredProceduresTask
Dim value As String
value = instance.DestinationConnection
instance.DestinationConnection = value
string DestinationConnection { get; set; }
property String^ DestinationConnection {
String^ get ();
void set (String^ value);
}
abstract DestinationConnection : string with get, set
function get DestinationConnection () : String
function set DestinationConnection (value : String)
属性值
类型:System.String
The name of the connection for the destination database.
请参阅
参考
ITransferStoredProceduresTask 接口
Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask 命名空间