DtsServerType 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重要
此 API 不符合 CLS。
显示数据转换服务(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) |
创建数据转换服务(DTS)连接信息对象。 |