PullSubscription.FtpAddress プロパティ

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

FTP サーバーの IP アドレスを取得または設定します。

名前空間:  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)

プロパティ値

型: System.String
FTP サーバーの IP アドレスです。

関連項目

参照

PullSubscription クラス

Microsoft.SqlServer.Replication 名前空間