IVsDataSourceInformation 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 access a collection of properties providing information about a data source.
public interface class IVsDataSourceInformation
[Microsoft.VisualStudio.Data.Core.DataClientObject("B0A5A025-FAEF-4440-AFE3-3869E2766AEB")]
[Microsoft.VisualStudio.Data.Core.DataDefaultObject("82103334-A4FB-425b-82D2-A98C80DE788D")]
public interface IVsDataSourceInformation
[<Microsoft.VisualStudio.Data.Core.DataClientObject("B0A5A025-FAEF-4440-AFE3-3869E2766AEB")>]
[<Microsoft.VisualStudio.Data.Core.DataDefaultObject("82103334-A4FB-425b-82D2-A98C80DE788D")>]
type IVsDataSourceInformation = interface
Public Interface IVsDataSourceInformation
- Derived
- Attributes
Properties
Item[String] |
When implemented by a class, retrieves a data source information property with the specified name. |
Methods
Contains(String) |
When implemented by a class, retrieves a Boolean value indicating whether a specified property is contained in this data source information instance. |