AdomdConnection.Open Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Open(String) |
Obsolete.
Do not use this method, the functionality has been deprecated! |
Open() |
Open |
Open(String)
Caution
Deprecated!
Do not use this method, the functionality has been deprecated!
[System.Obsolete("Deprecated!")]
public void Open (string path);
[<System.Obsolete("Deprecated!")>]
member this.Open : string -> unit
Public Sub Open (path As String)
Parameters
- path
- String
- Attributes
Applies to
Open()
Open
public void Open ();
abstract member Open : unit -> unit
override this.Open : unit -> unit
Public Sub Open ()