Freigeben über


SMTPConn Constructor (String)

Initializes a new instance of the SMTPConn class, initializing the SMPT server name.

Namespace: Microsoft.SqlServer.Dts.ManagedConnections
Assembly : Microsoft.SqlServer.ManagedConnections (in microsoft.sqlserver.managedconnections.dll)

Syntax

'Declaration
Public Sub New ( _
    strSmtpServer As String _
)
public SMTPConn (
    string strSmtpServer
)
public:
SMTPConn (
    String^ strSmtpServer
)
public SMTPConn (
    String strSmtpServer
)
public function SMTPConn (
    strSmtpServer : String
)

Parameter

  • strSmtpServer
    A String that contains the SMTP server name.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

SMTPConn Class
SMTPConn Members
Microsoft.SqlServer.Dts.ManagedConnections Namespace