Workbooks.OpenDatabase(String, Object, Object, Object, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne un Workbook objet représentant une base de données.
public Microsoft.Office.Interop.Excel.Workbook OpenDatabase (string Filename, object CommandText, object CommandType, object BackgroundQuery, object ImportDataAs);
Public Function OpenDatabase (Filename As String, Optional CommandText As Object, Optional CommandType As Object, Optional BackgroundQuery As Object, Optional ImportDataAs As Object) As Workbook
Paramètres
- Filename
- String
Argument de type String obligatoire. Chaîne de connexion.
- CommandText
- Object
Objet facultatif. Texte de commande de la requête.
- CommandType
- Object
Objet facultatif. Type de commande de la requête. Les types de commandes suivants sont disponibles : Default, SQL et Table.
- BackgroundQuery
- Object
Objet facultatif. Arrière-plan de la requête.
- ImportDataAs
- Object
Objet facultatif. Détermine le format de la requête.