IVsDataSourceInformation Interface

Represents the interface that exposes methods and properties for retrieving properties about a specified data source passed as name/value pairs.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

<DataClientObjectAttribute("B0A5A025-FAEF-4440-AFE3-3869E2766AEB")> _
<DataDefaultObjectAttribute("82103334-A4FB-425b-82D2-A98C80DE788D")> _
Public Interface IVsDataSourceInformation

Dim instance As IVsDataSourceInformation
[DataClientObjectAttribute("B0A5A025-FAEF-4440-AFE3-3869E2766AEB")]
[DataDefaultObjectAttribute("82103334-A4FB-425b-82D2-A98C80DE788D")]
public interface IVsDataSourceInformation
[DataClientObjectAttribute(L"B0A5A025-FAEF-4440-AFE3-3869E2766AEB")]
[DataDefaultObjectAttribute(L"82103334-A4FB-425b-82D2-A98C80DE788D")]
public interface class IVsDataSourceInformation
public interface IVsDataSourceInformation

Remarks

This interface has a base implementation in the DDEX Framework.

See Also

Reference

IVsDataSourceInformation Members

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace