FtpAddress プロパティ
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: 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)