Compartilhar via


OLEDBConnection.CalculatedMembers Property

Gets the CalculatedMembers collection for the specified connection.

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

Syntax

'Declaration
ReadOnly Property CalculatedMembers As CalculatedMembers
    Get
'Usage
Dim instance As OLEDBConnection
Dim value As CalculatedMembers

value = instance.CalculatedMembers
CalculatedMembers CalculatedMembers { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.CalculatedMembers
The CalculatedMembers collection for the specified connection.

Remarks

Read-only.

Use the CalculatedMembers property of the OLEDBConnection collection to share calculated members between multiple PivotTables and cube functions that use the same connection.

See Also

Reference

OLEDBConnection Interface

OLEDBConnection Members

Microsoft.Office.Interop.Excel Namespace