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