IVsDataEnvironment Interface

Definition

Provides an interface to data services, such as database connections. You can use the interface to support Web services browsing.

public interface class IVsDataEnvironment
public interface class IVsDataEnvironment
__interface IVsDataEnvironment
[System.Runtime.InteropServices.Guid("CD138AD4-A0BF-4681-8FA7-B6D57D55C4DB")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsDataEnvironment
[<System.Runtime.InteropServices.Guid("CD138AD4-A0BF-4681-8FA7-B6D57D55C4DB")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsDataEnvironment = interface
Public Interface IVsDataEnvironment
Attributes

Methods

Dispose()

Provides a method for implementers to execute code before the interface is released.

Initialize(IServiceProvider)

Initialize the IVsDataEnvironment interface with a specific IServiceProvider.

Applies to