IVsDataConnectionSupport Interface
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.
Represents the ability to communicate with a data source, and provides access to various services that work with the data source.
public interface class IVsDataConnectionSupport : IDisposable, IServiceProvider
public interface IVsDataConnectionSupport : IDisposable, IServiceProvider
type IVsDataConnectionSupport = interface
interface IServiceProvider
interface IDisposable
Public Interface IVsDataConnectionSupport
Implements IDisposable, IServiceProvider
- Derived
- Implements
Properties
ConnectionString |
When implemented by a class, gets or sets a string representation of information required to establish a specified data source connection. |
ConnectionTimeout |
When implemented by a class, gets or sets the amount of time to wait when establishing a connection before terminating the attempt and generating a time-out error. |
ProviderObject |
When implemented by a class, gets the underlying provider object for the specified connection. |
State |
When implemented by a class, gets the state of the data connection. |
Methods
Close() |
When implemented by a class, closes the specified connection. |
Initialize(Object) |
When implemented by a class, initializes the specified connection, optionally from an existing data provider object. |
Open(Boolean) |
When implemented by a class, opens the specified data connection. |