OlapServerType 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重要
此 API 不符合 CLS。
为 Analysis Server 连接实现连接对话框接口。
public ref class OlapServerType : Microsoft::SqlServer::Management::UI::ConnectionDlg::IConnectionValidator, Microsoft::SqlServer::Management::UI::ConnectionDlg::IServerType
[Microsoft.SqlServer.Management.UI.ConnectionDlg.AdvancedViewHelpKeyWord("sql13.swb.connecttoas.login.f1")]
[Microsoft.SqlServer.Management.UI.ConnectionDlg.HelpKeyWord("sql13.swb.connection.login.analysisserver.f1")]
[Microsoft.SqlServer.Management.UI.ConnectionDlg.RegisterServerHelpKeyWord("sql13.swb.registerserver.general.analysisservices.f1")]
[System.CLSCompliant(false)]
public class OlapServerType : Microsoft.SqlServer.Management.UI.ConnectionDlg.IConnectionValidator, Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType
[<Microsoft.SqlServer.Management.UI.ConnectionDlg.AdvancedViewHelpKeyWord("sql13.swb.connecttoas.login.f1")>]
[<Microsoft.SqlServer.Management.UI.ConnectionDlg.HelpKeyWord("sql13.swb.connection.login.analysisserver.f1")>]
[<Microsoft.SqlServer.Management.UI.ConnectionDlg.RegisterServerHelpKeyWord("sql13.swb.registerserver.general.analysisservices.f1")>]
[<System.CLSCompliant(false)>]
type OlapServerType = class
interface IServerType
interface IConnectionValidator
Public Class OlapServerType
Implements IConnectionValidator, IServerType
- 继承
-
OlapServerType
- 属性
- 实现
构造函数
| OlapServerType() |
初始化 OlapServerType 类的新实例。 |
字段
| authCollection |
定义属性中 AuthenticationInfo 的集合。 |
| ConnectionTimeout |
定义连接超时的常量字符串值。 |
| Database |
定义数据库的常量字符串值。 |
| EncryptConnection |
定义加密连接的常量字符串值。 |
| ExecutionTimeout |
定义执行超时的常量字符串值。 |
| ExecutionTimeoutDisable |
定义执行超时禁用的常量字符串值。 |
| InternetAuthenticationType |
定义 Internet 身份验证类型的常量整数值。 |
| reqSize |
定义服务器的请求的属性大小。 |
| serverInstanceName |
返回表示服务器实例名称的指定资源的字符串值。 |
| serverName |
返回表示服务器名称的指定资源的字符串值。 |
| serverRootName |
返回表示服务器的根名称的指定资源的字符串值。 |
| ServerType |
通过使用全局唯一标识符初始化指定的服务器类型。 |
| TrustedAuthenticationType |
定义可信身份验证类型的常量整数值。 |