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 IVsDataProvider object currently being used by the current connection support instance.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Private Property Site As IVsDataProvider Implements IVsDataSiteableObject(Of IVsDataProvider).Site
Get
Set
IVsDataProvider IVsDataSiteableObject<IVsDataProvider>.Site { get; set; }
private:
virtual property IVsDataProvider^ Site {
IVsDataProvider^ get () sealed = IVsDataSiteableObject<IVsDataProvider^>::Site::get;
void set (IVsDataProvider^ value) sealed = IVsDataSiteableObject<IVsDataProvider^>::Site::set;
}
private abstract Site : IVsDataProvider with get, set
private override Site : IVsDataProvider with get, set
JScript does not support explicit interface implementations.
Property Value
Type: Microsoft.VisualStudio.Data.Core.IVsDataProvider
An IVsDataProvider object instance.
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.