Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Get
Set
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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.