_QueryTable.SaveAsODC(String, Object, Object) Method

Definition

Saves the PivotTable cache source as a Microsoft Office Data Connection file.

public void SaveAsODC (string ODCFileName, object Description, object Keywords);
Public Sub SaveAsODC (ODCFileName As String, Optional Description As Object, Optional Keywords As Object)

Parameters

ODCFileName
String

Required String. Location to which the file is saved.

Description
Object

Optional Object. Description that will be saved in the file.

Keywords
Object

Optional Object. Space-separated keywords that can be used to search for this file.

Applies to