IDTSFTPTask.RemotePath 속성
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Gets or sets the remote path to use.
네임스페이스: 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
The remote path.