Initializes a new instance of the DataSiteableServiceProvider<T> class with a site.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'宣言
Public Sub New ( _
site As T _
)
'使用
Dim site As T
Dim instance As New DataSiteableServiceProvider(site)
public DataSiteableServiceProvider(
T site
)
public:
DataSiteableServiceProvider(
T site
)
public function DataSiteableServiceProvider(
site : T
)
Parameters
site
Type: TAn instance of the site of the generic type T.
Permissions
- 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
DataSiteableServiceProvider<T> Class
DataSiteableServiceProvider<T> Members