Construtor SMTPConn (String)
Initializes a new instance of the SMTPConn class, initializing the SMPT server name.
Namespace: Microsoft.SqlServer.Dts.ManagedConnections
Assembly: Microsoft.SqlServer.ManagedConnections (em Microsoft.SqlServer.ManagedConnections.dll)
Sintaxe
'Declaração
Public Sub New ( _
strSmtpServer As String _
)
'Uso
Dim strSmtpServer As String
Dim instance As New SMTPConn(strSmtpServer)
public SMTPConn(
string strSmtpServer
)
public:
SMTPConn(
String^ strSmtpServer
)
new :
strSmtpServer:string -> SMTPConn
public function SMTPConn(
strSmtpServer : String
)
Parâmetros
- strSmtpServer
Tipo: System. . :: . .String
A String that contains the SMTP server name.
Consulte também