ConnectionManagerOLAP 接口

定义

有关详细信息,请参阅 ConnectionManagerOLAPClass

public interface class ConnectionManagerOLAP : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManager100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerOLAPClass))]
[System.Runtime.InteropServices.Guid("6D9EBD9B-8087-4C5B-83BF-F48E7B095E9D")]
public interface ConnectionManagerOLAP : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerOLAPClass))]
[System.Runtime.InteropServices.Guid("8813EF03-2963-438F-9DEB-D44217A364FA")]
public interface ConnectionManagerOLAP : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerOLAPClass))]
[System.Runtime.InteropServices.Guid("1894EA50-AC9C-4797-88B4-018638E6AD93")]
public interface ConnectionManagerOLAP : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerOLAPClass))>]
[<System.Runtime.InteropServices.Guid("6D9EBD9B-8087-4C5B-83BF-F48E7B095E9D")>]
type ConnectionManagerOLAP = interface
    interface IDTSConnectionManager100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerOLAPClass))>]
[<System.Runtime.InteropServices.Guid("8813EF03-2963-438F-9DEB-D44217A364FA")>]
type ConnectionManagerOLAP = interface
    interface IDTSConnectionManager100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ConnectionManagerOLAPClass))>]
[<System.Runtime.InteropServices.Guid("1894EA50-AC9C-4797-88B4-018638E6AD93")>]
type ConnectionManagerOLAP = interface
    interface IDTSConnectionManager100
Public Interface ConnectionManagerOLAP
Implements IDTSConnectionManager100
派生
属性
实现

属性

ConnectionString

获取或设置用于与数据源建立连接的连接字符串。

(继承自 IDTSConnectionManager100)
ProtectionLevel

获取或设置对包中包含的敏感数据执行的加密级别。

(继承自 IDTSConnectionManager100)
Scope

获取连接管理器的作用域。

(继承自 IDTSConnectionManager100)
SupportsDTCTransactions

获取一个布尔值,该值指示连接是否支持 Microsoft 分布式事务处理协调器 (MS DTC) 事务。

(继承自 IDTSConnectionManager100)

方法

AcquireConnection(Object)

创建连接类型的实例。

(继承自 IDTSConnectionManager100)
ReleaseConnection(Object)

释放在 AcquireConnection(Object) 期间内建立的连接。 可在设计时和运行时调用。

(继承自 IDTSConnectionManager100)
SetQualifier(String)

在创建连接管理器之后但尚未在运行的包中使用它之前,更改连接管理器上的限定符。

(继承自 IDTSConnectionManager100)
Validate(IDTSInfoEvents100)

验证连接并返回一个指示成功或失败的枚举。

(继承自 IDTSConnectionManager100)

适用于