Share via


OLEDBConnection.OLAP Property

Returns True if the OLE DB connection is connected to an Online Analytical Processing (OLAP) server. Read-only Boolean.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property OLAP As Boolean
    Get
'Usage
Dim instance As OLEDBConnection
Dim value As Boolean

value = instance.OLAP
bool OLAP { get; }

Property Value

Type: System.Boolean
Boolean

See Also

Reference

OLEDBConnection Interface

OLEDBConnection Members

Microsoft.Office.Interop.Excel Namespace