DataSourceInformation 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
DataSourceInformation() |
Initializes a new instance of the DataSourceInformation class. |
DataSourceInformation(IVsDataConnection) |
Initializes a parameterized instance of the DataSourceInformation class that provides the data connection. |
DataSourceInformation()
Initializes a new instance of the DataSourceInformation class.
protected:
DataSourceInformation();
protected DataSourceInformation ();
Protected Sub New ()
Applies to
DataSourceInformation(IVsDataConnection)
Initializes a parameterized instance of the DataSourceInformation class that provides the data connection.
protected:
DataSourceInformation(Microsoft::VisualStudio::Data::Services::IVsDataConnection ^ connection);
protected DataSourceInformation (Microsoft.VisualStudio.Data.Services.IVsDataConnection connection);
new Microsoft.VisualStudio.Data.Framework.DataSourceInformation : Microsoft.VisualStudio.Data.Services.IVsDataConnection -> Microsoft.VisualStudio.Data.Framework.DataSourceInformation
Protected Sub New (connection As IVsDataConnection)
Parameters
- connection
- IVsDataConnection
The data connection to use for retrieving data source properties.