RSType 类

定义

实现连接对话框的 IServerType。

public ref class RSType : Microsoft::SqlServer::Management::UI::ConnectionDlg::IServerTypeConnection
[Microsoft.SqlServer.Management.UI.ConnectionDlg.AdvancedViewHelpKeyWord("sql13.swb.connecttors.login.f1")]
[Microsoft.SqlServer.Management.UI.ConnectionDlg.HelpKeyWord("sql13.swb.connection.login.reportserver.f1")]
[Microsoft.SqlServer.Management.UI.ConnectionDlg.RegisterServerHelpKeyWord("sql13.swb.registerserver.general.reportserver.f1")]
public class RSType : Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerTypeConnection
[<Microsoft.SqlServer.Management.UI.ConnectionDlg.AdvancedViewHelpKeyWord("sql13.swb.connecttors.login.f1")>]
[<Microsoft.SqlServer.Management.UI.ConnectionDlg.HelpKeyWord("sql13.swb.connection.login.reportserver.f1")>]
[<Microsoft.SqlServer.Management.UI.ConnectionDlg.RegisterServerHelpKeyWord("sql13.swb.registerserver.general.reportserver.f1")>]
type RSType = class
    interface IServerTypeConnection
    interface IServerType
Public Class RSType
Implements IServerTypeConnection
继承
RSType
属性
实现

构造函数

RSType()

初始化 RSType 类的新实例。

字段

AlwaysUseSSL

定义可供 SSL 始终使用的常量字符串值。

BasicDigestAuthenticationType

定义基本摘要身份验证类型的常量整数值。

ConnectionTimeout

定义连接超时的常量字符串值。

Database

定义数据库的常量字符串值。

ExecutionTimeout

定义执行超时的常量字符串值。

InternetAuthenticationType

定义 Internet 身份验证类型变量的常量整数值。

NetworkProtocol

定义网络协议的常量字符串值。

PacketSize

定义包大小的常量字符串值。

reqSize

使用 Size 初始化连接对话框的所需大小。 此字段为只读。

ServerType

定义要获取的服务器的类型。 此字段为只读。

TrustedAuthenticationType

定义可信身份验证类型变量的常量整数值。

UnknownAuthenticationType

定义未知身份验证类型变量的常量整数值。

属性

AuthenticationInfoCollection

获取包含用于填充连接对话框简单视图的身份验证标签的表。

RequestedPropertySize

获取自定义用户控件正确呈现所需的大小。

ServerGroupName

获取服务器组的根节点类型的名称。

ServerInstanceName

获取服务器的实例名称。

ServerTypeName

获取在服务器类型中向用户公开的字符串。

方法

CreateClosedConnectionObject(UIConnectionInfo)

检索一个值,该值创建用于关闭连接的对象。

CreateSqlOlapConnectionInfoBase(UIConnectionInfo)

开始创建服务器中新连接信息的基础。

GenerateImage()

获取在 RSType 中显示的新实例化的图标。

GenerateUserControl()

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

GetConnectionObject(UIConnectionInfo)

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

LoadPersonalizationInfo(UIConnectionInfo, Boolean)

检索一个值,该值指示在个性化信息加载时用于覆盖当前设置的连接。

SavePersonalizationInfo(UIConnectionInfo)

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

显式接口实现

IServerType.ProceedWithConnection(UIConnectionInfo)

检索一个指示连接继续的值。

IServerType.ServerType

实现连接对话框的 IServerType。

适用于