DtsServerType Class
Displays the description for the Data Transformation Services (DTS) server type and its properties.
This API is not CLS-compliant.
Assembly: ConnectionDlg (in ConnectionDlg.dll)
[AdvancedViewHelpKeyWordAttribute("sql12.swb.connecttodtsserver.login.f1")] [RegisterServerHelpKeyWordAttribute("sql12.swb.registerserver.general.dts.f1")] [HelpKeyWordAttribute("sql12.swb.connection.login.dtsserver.f1")] [CLSCompliantAttribute(false)] public ref class DtsServerType : IServerType2, IServerType
| Name | Description | |
|---|---|---|
![]() | DtsServerType() | Initializes a new instance of the DtsServerType class. |
| Name | Description | |
|---|---|---|
![]() ![]() | IsEnabled | Gets a value that indicates whether server connection is enabled. |
| Name | Description | |
|---|---|---|
![]() ![]() | CreateSqlOlapConnectionInfoBase(UIConnectionInfo^) | Creates the Data Transformation Services (DTS) connection information object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | authCollection | Defines the collection of authentication of the control. |
![]() ![]() | ServerType | Defines a value that specifies the type of the server. |
![]() ![]() | TrustedAuthenticationType | Defines an integer that indicates the trusted type of authentication. This field is constant. |
| Name | Description | |
|---|---|---|
![]() ![]() | IServerType::GenerateImage() | Returns a newly-instantiated icon that is displayed in the Registered Servers tree. |
![]() ![]() | IServerType::GenerateUserControl() | Returns a newly-instantiated user control that is displayed on the Connection Properties tab of the advanced view of the connection dialog box. |
![]() ![]() | IServerType::GetConnectionObject(UIConnectionInfo^) | Returns a new IDbConnection object that is based on the passed UIConnectionInfo object. |
![]() ![]() | IServerType::LoadPersonalizationInfo(UIConnectionInfo^, Boolean) | Loads any personalization information that was saved upon successful connection by using SavePersonalizationInfo. The personalization information is uniquely identified by a combination of server type, server name, authentication type, and user name. |
![]() ![]() | IServerType::ProceedWithConnection(UIConnectionInfo^) | Indicates whether the connection can continue, or whether the connection dialog box should remain on the screen. |
![]() ![]() | IServerType::SavePersonalizationInfo(UIConnectionInfo^) | Saves personalization information that may be needed for subsequent uses of the connection dialog box, such as the server type, server name, authentication type, and user name. |
![]() ![]() | IServerType2::CustomBrowseAction() | Executes when the user browses in the server combo. |
![]() ![]() | IServerType2::CustomNewDatabaseAction() | Executes when users selects the NewDatabaseAction object in the server combo. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.







