Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the site.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Private Property Site As IVsDataConnection Implements IVsDataSiteableObject(Of IVsDataConnection).Site
IVsDataConnection IVsDataSiteableObject<IVsDataConnection>.Site { get; set; }
private:
virtual property IVsDataConnection^ Site {
IVsDataConnection^ get () sealed = IVsDataSiteableObject<IVsDataConnection^>::Site::get;
void set (IVsDataConnection^ value) sealed = IVsDataSiteableObject<IVsDataConnection^>::Site::set;
}
private abstract Site : IVsDataConnection with get, set
private override Site : IVsDataConnection with get, set
JScript does not support explicit interface implementations.
Property Value
Type: Microsoft.VisualStudio.Data.Services.IVsDataConnection
An IVsDataConnection object representing the site.
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.