次の方法で共有


RemotePath プロパティ

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  Microsoft.SqlServer.Dts.Tasks.FtpTask
アセンブリ:  Microsoft.SqlServer.FtpTask (Microsoft.SqlServer.FtpTask.dll)

構文

'宣言
Property RemotePath As String
    Get
    Set
'使用
Dim instance As IDTSFTPTask
Dim value As String

value = instance.RemotePath

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

プロパティ値

型: System. . :: . .String