AdoDotNetSourceInformation Constructors
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
AdoDotNetSourceInformation() |
Initializes a new instance of the AdoDotNetDataSourceInformation class. |
AdoDotNetSourceInformation(IVsDataConnection) |
Initializes a new instance of the AdoDotNetDataSourceInformation class with a data connection object. |
AdoDotNetSourceInformation()
Initializes a new instance of the AdoDotNetDataSourceInformation class.
protected:
AdoDotNetSourceInformation();
protected AdoDotNetSourceInformation ();
Protected Sub New ()
Applies to
AdoDotNetSourceInformation(IVsDataConnection)
Initializes a new instance of the AdoDotNetDataSourceInformation class with a data connection object.
public:
AdoDotNetSourceInformation(Microsoft::VisualStudio::Data::Services::IVsDataConnection ^ connection);
public AdoDotNetSourceInformation (Microsoft.VisualStudio.Data.Services.IVsDataConnection connection);
new Microsoft.VisualStudio.Data.Framework.AdoDotNet.AdoDotNetSourceInformation : Microsoft.VisualStudio.Data.Services.IVsDataConnection -> Microsoft.VisualStudio.Data.Framework.AdoDotNet.AdoDotNetSourceInformation
Public Sub New (connection As IVsDataConnection)
Parameters
- connection
- IVsDataConnection
A IVsDataConnection object used in the class.