共用方式為


IDTSFTPTask.Connection 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets or sets the connection name of the FTP connection manager used by the task.

命名空間:  Microsoft.SqlServer.Dts.Tasks.FtpTask
組件:  Microsoft.SqlServer.FtpTask (在 Microsoft.SqlServer.FtpTask.dll 中)

語法

'宣告
Property Connection As String 
    Get 
    Set
'用途
Dim instance As IDTSFTPTask 
Dim value As String 

value = instance.Connection

instance.Connection = value
string Connection { get; set; }
property String^ Connection {
    String^ get ();
    void set (String^ value);
}
abstract Connection : string with get, set
function get Connection () : String 
function set Connection (value : String)

屬性值

型別:System.String
The connection name of the FTP connection manager.

請參閱

參考

IDTSFTPTask 介面

Microsoft.SqlServer.Dts.Tasks.FtpTask 命名空間