ConnectionManagerOLAPClass 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示连接管理器 OLAP 类。
public ref class ConnectionManagerOLAPClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::ConnectionManagerOLAP, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManagerDatabaseParameters100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("F4D9470A-E60A-4BAD-ACC6-2E3AA759E0BD")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class ConnectionManagerOLAPClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerOLAP, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerDatabaseParameters100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("D3102C96-CC8A-409D-A94C-2175F8D16FE0")]
public class ConnectionManagerOLAPClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerOLAP, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerDatabaseParameters100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("647A6D51-7608-4590-9DFF-A8C416E6169C")]
public class ConnectionManagerOLAPClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerOLAP, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManagerDatabaseParameters100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("F4D9470A-E60A-4BAD-ACC6-2E3AA759E0BD")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type ConnectionManagerOLAPClass = class
interface IDTSConnectionManager100
interface ConnectionManagerOLAP
interface IDTSConnectionManagerDatabaseParameters100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("D3102C96-CC8A-409D-A94C-2175F8D16FE0")>]
type ConnectionManagerOLAPClass = class
interface IDTSConnectionManager100
interface ConnectionManagerOLAP
interface IDTSConnectionManagerDatabaseParameters100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("647A6D51-7608-4590-9DFF-A8C416E6169C")>]
type ConnectionManagerOLAPClass = class
interface IDTSConnectionManager100
interface ConnectionManagerOLAP
interface IDTSConnectionManagerDatabaseParameters100
Public Class ConnectionManagerOLAPClass
Implements ConnectionManagerOLAP, IDTSConnectionManagerDatabaseParameters100
- 继承
-
ConnectionManagerOLAPClass
- 属性
- 实现
注解
有关详细信息,请参阅 ConnectionManager。
构造函数
ConnectionManagerOLAPClass() |
初始化 ConnectionManagerOLAPClass 类的新实例。 |
属性
ConnectionString |
获取或设置用于与数据源建立连接的连接字符串。 |
InitialCatalog |
获取或设置与连接关联的数据库的名称。 |
Password |
设置用于登录到连接的密码。 |
ProtectionLevel |
获取或设置对包中包含的敏感数据执行的加密级别。 |
RetainSameConnection |
获取或设置一个值,该值指示连接管理器是否保持相同的连接。 |
Scope |
获取或设置连接的作用域。 |
ServerName |
获取或设置服务器名称。 |
SupportsDTCTransactions |
获取一个值,该值指示连接是否支持 DTC 事务。 |
UserName |
获取或设置连接的用户名。 |
方法
AcquireConnection(Object) |
创建连接类型的实例。 |
GetConnectionForSchema() |
获取架构的连接。 |
ReleaseConnection(Object) |
释放在 AcquireConnection(Object) 期间内建立的连接。 |
SetQualifier(String) |
在创建连接管理器之后但尚未在运行的包中使用它之前,更改连接管理器上的限定符。 |
Validate(IDTSInfoEvents100) |
验证连接并返回一个指示成功或失败的枚举。 |