Aracılığıyla paylaş


SMOServerConn Class

Contains the methods and properties used by SMO connections.

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

Syntax

'Declaration
<DtsConnectionAttribute(ConnectionType:="SMOServer", LocalizationType:=GetType(SMOServerConn), ConnectionContact:="Microsoft Corporation", UITypeName:="Microsoft.DataTransformationServices.Design.SMOServerConnectionManagerUI, Microsoft.DataTransformationServices.Design, Version=9.00.242.00, Culture=neutral, PublicKeyToken=89845dcd8080cc91")> _
Public Class SMOServerConn
    Inherits ConnectionManagerBase
    Implements IDTSComponentPersist
[DtsConnectionAttribute(ConnectionType="SMOServer", LocalizationType=typeof(SMOServerConn), ConnectionContact="Microsoft Corporation", UITypeName="Microsoft.DataTransformationServices.Design.SMOServerConnectionManagerUI, Microsoft.DataTransformationServices.Design, Version=9.00.242.00, Culture=neutral, PublicKeyToken=89845dcd8080cc91")] 
public class SMOServerConn : ConnectionManagerBase, IDTSComponentPersist
[DtsConnectionAttribute(ConnectionType=L"SMOServer", LocalizationType=typeof(SMOServerConn), ConnectionContact=L"Microsoft Corporation", UITypeName=L"Microsoft.DataTransformationServices.Design.SMOServerConnectionManagerUI, Microsoft.DataTransformationServices.Design, Version=9.00.242.00, Culture=neutral, PublicKeyToken=89845dcd8080cc91")] 
public ref class SMOServerConn : public ConnectionManagerBase, IDTSComponentPersist
/** @attribute DtsConnectionAttribute(ConnectionType="SMOServer", LocalizationType=Microsoft.SqlServer.Dts.ManagedConnections.SMOServerConn, ConnectionContact="Microsoft Corporation", UITypeName="Microsoft.DataTransformationServices.Design.SMOServerConnectionManagerUI, Microsoft.DataTransformationServices.Design, Version=9.00.242.00, Culture=neutral, PublicKeyToken=89845dcd8080cc91") */ 
public class SMOServerConn extends ConnectionManagerBase implements IDTSComponentPersist
DtsConnectionAttribute(ConnectionType="SMOServer", LocalizationType=Microsoft.SqlServer.Dts.ManagedConnections.SMOServerConn, ConnectionContact="Microsoft Corporation", UITypeName="Microsoft.DataTransformationServices.Design.SMOServerConnectionManagerUI, Microsoft.DataTransformationServices.Design, Version=9.00.242.00, Culture=neutral, PublicKeyToken=89845dcd8080cc91") 
public class SMOServerConn extends ConnectionManagerBase implements IDTSComponentPersist

Inheritance Hierarchy

System.Object
   Microsoft.SqlServer.Dts.Runtime.DtsObject
     Microsoft.SqlServer.Dts.Runtime.ConnectionManagerBase
      Microsoft.SqlServer.Dts.ManagedConnections.SMOServerConn

Thread Safety

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

SMOServerConn Members
Microsoft.SqlServer.Dts.ManagedConnections Namespace