Compartir a través de


SmtpServer Propiedad

Gets or sets the name used to connect to the SMTP server.

Espacio de nombres:  Microsoft.SqlServer.Dts.ManagedConnections
Ensamblado:  Microsoft.SqlServer.ManagedConnections (en Microsoft.SqlServer.ManagedConnections.dll)

Sintaxis

'Declaración
Public Property SmtpServer As String
    Get
    Set
'Uso
Dim instance As SMTPConn
Dim value As String

value = instance.SmtpServer

instance.SmtpServer = value
public string SmtpServer { get; set; }
public:
property String^ SmtpServer {
    String^ get ();
    void set (String^ value);
}
member SmtpServer : string with get, set
function get SmtpServer () : String
function set SmtpServer (value : String)

Valor de la propiedad

Tipo: System. . :: . .String
A String that contains the name used to connect to the SMTP server.