FtpAddress propriété
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Rmo (dans Microsoft.SqlServer.Rmo.dll)
Syntaxe
'Déclaration
Public Property FtpAddress As String
Get
Set
'Utilisation
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)
Valeur de la propriété
Type : System. . :: . .String