Initializes a new instance of the SMTPConn class, initializing the SMPT server name.
命名空间: Microsoft.SqlServer.Dts.ManagedConnections
程序集: Microsoft.SqlServer.ManagedConnections (in microsoft.sqlserver.managedconnections.dll)
语法
声明
Public Sub New ( _
strSmtpServer As String _
)
public SMTPConn (
string strSmtpServer
)
public:
SMTPConn (
String^ strSmtpServer
)
public SMTPConn (
String strSmtpServer
)
public function SMTPConn (
strSmtpServer : String
)
参数
- strSmtpServer
A String that contains the SMTP server name.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
SMTPConn Class
SMTPConn Members
Microsoft.SqlServer.Dts.ManagedConnections Namespace