SMTPConn Constructor (String)
Initializes a new instance of the SMTPConn class, initializing the SMPT server name.
Spazio dei nomi: Microsoft.SqlServer.Dts.ManagedConnections
Assembly : Microsoft.SqlServer.ManagedConnections (in microsoft.sqlserver.managedconnections.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
strSmtpServer As String _
)
public SMTPConn (
string strSmtpServer
)
public:
SMTPConn (
String^ strSmtpServer
)
public SMTPConn (
String strSmtpServer
)
public function SMTPConn (
strSmtpServer : String
)
Parametri
- strSmtpServer
A String that contains the SMTP server name.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
SMTPConn Class
SMTPConn Members
Microsoft.SqlServer.Dts.ManagedConnections Namespace