ServiceProvider Class
Provides methods to get the service object of a specified type.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetService<T>(IServiceProvider^) | Retrieves the service object of the specified type. |
![]() ![]() | GetService<T>(IServiceProvider^, Boolean) | Retrieves the service object of the specified type, and throws an exception if the service is not found. |
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:

