OLEDBConnection.SaveAsODC Method
Saves the OLE DB connection as an Microsoft Office Data Connection file.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub SaveAsODC ( _
ODCFileName As String, _
Description As Object, _
Keywords As Object _
)
'Usage
Dim instance As OLEDBConnection
Dim ODCFileName As String
Dim Description As Object
Dim Keywords As Object
instance.SaveAsODC(ODCFileName, Description, _
Keywords)
void SaveAsODC(
string ODCFileName,
Object Description,
Object Keywords
)
Parameters
ODCFileName
Type: System.StringLocation to save the file.
Description
Type: System.ObjectDescription that will be saved in the file.
Keywords
Type: System.ObjectSpace-separated keywords that can be used to search for this file.