DtsServerType Class

Definition

Important

This API is not CLS-compliant.

Displays the description for the Data Transformation Services (DTS) server type and its properties.

public ref class DtsServerType : Microsoft::SqlServer::Management::UI::ConnectionDlg::IServerType2
[Microsoft.SqlServer.Management.UI.ConnectionDlg.AdvancedViewHelpKeyWord("sql13.swb.connecttodtsserver.login.f1")]
[Microsoft.SqlServer.Management.UI.ConnectionDlg.HelpKeyWord("sql13.swb.connection.login.dtsserver.f1")]
[Microsoft.SqlServer.Management.UI.ConnectionDlg.RegisterServerHelpKeyWord("sql13.swb.registerserver.general.dts.f1")]
[System.CLSCompliant(false)]
public class DtsServerType : Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType2
[<Microsoft.SqlServer.Management.UI.ConnectionDlg.AdvancedViewHelpKeyWord("sql13.swb.connecttodtsserver.login.f1")>]
[<Microsoft.SqlServer.Management.UI.ConnectionDlg.HelpKeyWord("sql13.swb.connection.login.dtsserver.f1")>]
[<Microsoft.SqlServer.Management.UI.ConnectionDlg.RegisterServerHelpKeyWord("sql13.swb.registerserver.general.dts.f1")>]
[<System.CLSCompliant(false)>]
type DtsServerType = class
    interface IServerType2
    interface IServerType
Public Class DtsServerType
Implements IServerType2
Inheritance
DtsServerType
Attributes
Implements

Constructors

DtsServerType()

Initializes a new instance of the DtsServerType class.

Fields

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.

Properties

IsEnabled

Gets a value that indicates whether server connection is enabled.

Methods

CreateSqlOlapConnectionInfoBase(UIConnectionInfo)

Creates the Data Transformation Services (DTS) connection information object.

Explicit Interface Implementations

IServerType.AuthenticationInfoCollection
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.RequestedPropertySize
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.

IServerType.ServerGroupName
IServerType.ServerInstanceName
IServerType.ServerType
IServerType.ServerTypeName
IServerType2.CustomBrowseAction()

Executes when the user browses in the server combo.

IServerType2.CustomNewDatabaseAction()

Executes when users selects the NewDatabaseAction object in the server combo.

IServerType2.Owner
IServerType2.SupportsCustomBrowseAction
IServerType2.SupportsCustomNewDatabaseAction
IServerType2.SupportsUserNameNotion

Applies to