SMTPConn Class
Contains the methods and properties used by SMTP connections.
Espacio de nombres: Microsoft.SqlServer.Dts.ManagedConnections
Ensamblado: Microsoft.SqlServer.ManagedConnections (in microsoft.sqlserver.managedconnections.dll)
Sintaxis
'Declaración
<DtsConnectionAttribute(ConnectionType:="SMTP", LocalizationType:=GetType(SMTPConn), ConnectionContact:="Microsoft Corporation", UITypeName:="Microsoft.DataTransformationServices.Design.SmtpConnectionManagerUI, Microsoft.DataTransformationServices.Design, Version=9.00.242.00, Culture=neutral, PublicKeyToken=89845dcd8080cc91")> _
Public Class SMTPConn
Inherits ConnectionManagerBase
Implements IDTSComponentPersist
[DtsConnectionAttribute(ConnectionType="SMTP", LocalizationType=typeof(SMTPConn), ConnectionContact="Microsoft Corporation", UITypeName="Microsoft.DataTransformationServices.Design.SmtpConnectionManagerUI, Microsoft.DataTransformationServices.Design, Version=9.00.242.00, Culture=neutral, PublicKeyToken=89845dcd8080cc91")]
public class SMTPConn : ConnectionManagerBase, IDTSComponentPersist
[DtsConnectionAttribute(ConnectionType=L"SMTP", LocalizationType=typeof(SMTPConn), ConnectionContact=L"Microsoft Corporation", UITypeName=L"Microsoft.DataTransformationServices.Design.SmtpConnectionManagerUI, Microsoft.DataTransformationServices.Design, Version=9.00.242.00, Culture=neutral, PublicKeyToken=89845dcd8080cc91")]
public ref class SMTPConn : public ConnectionManagerBase, IDTSComponentPersist
/** @attribute DtsConnectionAttribute(ConnectionType="SMTP", LocalizationType=Microsoft.SqlServer.Dts.ManagedConnections.SMTPConn, ConnectionContact="Microsoft Corporation", UITypeName="Microsoft.DataTransformationServices.Design.SmtpConnectionManagerUI, Microsoft.DataTransformationServices.Design, Version=9.00.242.00, Culture=neutral, PublicKeyToken=89845dcd8080cc91") */
public class SMTPConn extends ConnectionManagerBase implements IDTSComponentPersist
DtsConnectionAttribute(ConnectionType="SMTP", LocalizationType=Microsoft.SqlServer.Dts.ManagedConnections.SMTPConn, ConnectionContact="Microsoft Corporation", UITypeName="Microsoft.DataTransformationServices.Design.SmtpConnectionManagerUI, Microsoft.DataTransformationServices.Design, Version=9.00.242.00, Culture=neutral, PublicKeyToken=89845dcd8080cc91")
public class SMTPConn extends ConnectionManagerBase implements IDTSComponentPersist
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Runtime.DtsObject
Microsoft.SqlServer.Dts.Runtime.ConnectionManagerBase
Microsoft.SqlServer.Dts.ManagedConnections.SMTPConn
Seguridad para subprocesos
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
SMTPConn Members
Microsoft.SqlServer.Dts.ManagedConnections Namespace