Share via


DataConnectionEquivalencyComparer.IVsDataSiteableObject<IVsDataSource>.Site Property

Gets the data source.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Private Property Site As IVsDataSource Implements IVsDataSiteableObject(Of IVsDataSource).Site
IVsDataSource IVsDataSiteableObject<IVsDataSource>.Site { get; set; }
private:
virtual property IVsDataSource^ Site {
    IVsDataSource^ get () sealed = IVsDataSiteableObject<IVsDataSource^>::Site::get;
    void set (IVsDataSource^ value) sealed = IVsDataSiteableObject<IVsDataSource^>::Site::set;
}
private abstract Site : IVsDataSource with get, set 
private override Site : IVsDataSource with get, set
JScript does not support explicit interface implementations.

Property Value

Type: Microsoft.VisualStudio.Data.Core.IVsDataSource
An IVsDataSource object representing the data source.

Implements

IVsDataSiteableObject<T>.Site

.NET Framework Security

See Also

Reference

DataConnectionEquivalencyComparer Class

Microsoft.VisualStudio.Data.Framework Namespace