ConnectionManagerOLAP 接口
此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。
For more information, see ConnectionManagerOLAPClass.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
<GuidAttribute("E6E46B7A-6424-41C2-B658-387221DB74ED")> _
Public Interface ConnectionManagerOLAP _
Inherits IDTSConnectionManager100
用法
Dim instance As ConnectionManagerOLAP
[GuidAttribute("E6E46B7A-6424-41C2-B658-387221DB74ED")]
public interface ConnectionManagerOLAP : IDTSConnectionManager100
[GuidAttribute(L"E6E46B7A-6424-41C2-B658-387221DB74ED")]
public interface class ConnectionManagerOLAP : IDTSConnectionManager100
[<GuidAttribute("E6E46B7A-6424-41C2-B658-387221DB74ED")>]
type ConnectionManagerOLAP =
interface
interface IDTSConnectionManager100
end
public interface ConnectionManagerOLAP extends IDTSConnectionManager100
ConnectionManagerOLAP 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
ConnectionString | 基础结构。For more information, see ConnectionManager. (从 IDTSConnectionManager100 继承。) | |
ProtectionLevel | 基础结构。For more information, see ConnectionManager. (从 IDTSConnectionManager100 继承。) | |
SupportsDTCTransactions | 基础结构。For more information, see ConnectionManager. (从 IDTSConnectionManager100 继承。) |
页首
方法
名称 | 说明 | |
---|---|---|
AcquireConnection | 基础结构。For more information, see ConnectionManager. (从 IDTSConnectionManager100 继承。) | |
ReleaseConnection | 基础结构。For more information, see ConnectionManager. (从 IDTSConnectionManager100 继承。) | |
SetQualifier | 基础结构。For more information, see ConnectionManager. (从 IDTSConnectionManager100 继承。) | |
Validate | 基础结构。For more information, see ConnectionManager. (从 IDTSConnectionManager100 继承。) |
页首