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.
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
'Usage
Dim instance As DataConnectionEquivalencyComparer
Dim value As IVsDataSource
value = CType(instance, IVsDataSiteableObject(Of IVsDataSource)).Site
CType(instance, IVsDataSiteableObject(Of IVsDataSource)).Site = value
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;
}
JScript does not support explicit interface implementations.
Property Value
Type: Microsoft.VisualStudio.Data.Core.IVsDataSource
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.
See Also
Reference
DataConnectionEquivalencyComparer Class