DataSiteableServiceProvider<T> Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DataSiteableServiceProvider<T>() |
Initializes a new instance of the DataSiteableServiceProvider<T> class. |
DataSiteableServiceProvider<T>(T) |
Initializes a new instance of the DataSiteableServiceProvider<T> class with a site. |
DataSiteableServiceProvider<T>()
Initializes a new instance of the DataSiteableServiceProvider<T> class.
public:
DataSiteableServiceProvider();
public DataSiteableServiceProvider ();
Public Sub New ()
Applies to
DataSiteableServiceProvider<T>(T)
Initializes a new instance of the DataSiteableServiceProvider<T> class with a site.
public:
DataSiteableServiceProvider(T site);
public DataSiteableServiceProvider (T site);
new Microsoft.VisualStudio.Data.Framework.DataSiteableServiceProvider<'T> : 'T -> Microsoft.VisualStudio.Data.Framework.DataSiteableServiceProvider<'T>
Public Sub New (site As T)
Parameters
- site
- T
An instance of the site of the generic type T.