FtpAddress 속성
이 API는 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Rmo(Microsoft.SqlServer.Rmo.dll)
구문
‘선언
Public Property FtpAddress As String
Get
Set
‘사용 방법
Dim instance As PullSubscription
Dim value As String
value = instance.FtpAddress
instance.FtpAddress = value
public string FtpAddress { get; set; }
public:
property String^ FtpAddress {
String^ get ();
void set (String^ value);
}
member FtpAddress : string with get, set
function get FtpAddress () : String
function set FtpAddress (value : String)