ServiceProvider Class
Provides a unified service provider.
This API is not CLS-compliant.
Assembly: SQLEditors (in SQLEditors.dll)
| Name | Description | |
|---|---|---|
![]() | ServiceProvider(IServiceProvider^) | Creates a new ServiceProvider object and uses the given interface to resolve services. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases all the resources used by the ServiceProvider object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetService(Guid) | Gets the service object. |
![]() | GetService(Type^) | Gets the service object. |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IObjectWithSite::GetSite(Guid%, IntPtr%) | Retrieves the current site object used to resolve services. |
![]() ![]() | IObjectWithSite::SetSite(Object^) | Sets the site object to resolve services. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


