DtsServerType 类

定义

重要

此 API 不符合 CLS。

显示 Data Transformation Services (DTS) 服务器类型及其属性的说明。

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
继承
DtsServerType
属性
实现

构造函数

DtsServerType()

初始化 DtsServerType 类的新实例。

字段

authCollection

定义控件的身份验证集合。

ServerType

定义一个值,该值指定服务器的类型。

TrustedAuthenticationType

定义一个整数,该整数指示身份验证的受信任类型。 此字段为常数。

属性

IsEnabled

获取一个值,该值指示服务器连接是否启用。

方法

CreateSqlOlapConnectionInfoBase(UIConnectionInfo)

创建 Data Transformation Services (DTS) 连接信息对象。

显式接口实现

IServerType.AuthenticationInfoCollection

显示 Data Transformation Services (DTS) 服务器类型及其属性的说明。

IServerType.GenerateImage()

返回在“已注册的服务器”树中显示的新实例化的图标。

IServerType.GenerateUserControl()

返回在连接对话框的高级视图上“连接属性”选项卡中显示的新实例化的用户控件。

IServerType.GetConnectionObject(UIConnectionInfo)

返回一个新的 IDbConnection 对象,该对象基于传递的 UIConnectionInfo 对象。

IServerType.LoadPersonalizationInfo(UIConnectionInfo, Boolean)

使用 SavePersonalizationInfo 加载成功连接时保存的任何个性化信息。 个性化信息由服务器类型、服务器名称、身份验证类型和用户名的组合唯一标识。

IServerType.ProceedWithConnection(UIConnectionInfo)

指示连接是否可以继续,或者连接对话框是否应该保留在屏幕上。

IServerType.RequestedPropertySize

显示 Data Transformation Services (DTS) 服务器类型及其属性的说明。

IServerType.SavePersonalizationInfo(UIConnectionInfo)

保存以后使用连接对话框时可能需要的个性化信息,例如服务器类型、服务器名称、身份验证类型和用户名。

IServerType.ServerGroupName

显示 Data Transformation Services (DTS) 服务器类型及其属性的说明。

IServerType.ServerInstanceName

显示 Data Transformation Services (DTS) 服务器类型及其属性的说明。

IServerType.ServerType

显示 Data Transformation Services (DTS) 服务器类型及其属性的说明。

IServerType.ServerTypeName

显示 Data Transformation Services (DTS) 服务器类型及其属性的说明。

IServerType2.CustomBrowseAction()

当用户在服务器组合框中浏览时执行。

IServerType2.CustomNewDatabaseAction()

当用户在服务器组合框中选择 NewDatabaseAction 对象时执行。

IServerType2.Owner

显示 Data Transformation Services (DTS) 服务器类型及其属性的说明。

IServerType2.SupportsCustomBrowseAction

显示 Data Transformation Services (DTS) 服务器类型及其属性的说明。

IServerType2.SupportsCustomNewDatabaseAction

显示 Data Transformation Services (DTS) 服务器类型及其属性的说明。

IServerType2.SupportsUserNameNotion

显示 Data Transformation Services (DTS) 服务器类型及其属性的说明。

适用于