Интерфейс ConnectionManagerOLAP

Этот API-интерфейс поддерживает инфраструктуру и не предназначен для использования непосредственно из кода.

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.)

В начало