Compartir a través de


IDTSSendMailTask.SmtpConnection Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the name or IP address of the SMTP server.

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

Sintaxis

'Declaración
Property SmtpConnection As String 
    Get 
    Set
'Uso
Dim instance As IDTSSendMailTask 
Dim value As String 

value = instance.SmtpConnection

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

Valor de la propiedad

Tipo: System.String
The name or IP address of the SMTP server.

Vea también

Referencia

IDTSSendMailTask Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.SendMailTask