IFactoryService Interface
Defines properties and methods that represent the FactoryService.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
| Name | Description | |
|---|---|---|
![]() | CreateInstance(String^, array<Object^>^) | Instantiates an object by supplied full name. |
![]() | CreateInstance<T>(String^, array<Object^>^) | Instantiates an object based on the given full name. |
![]() | GetManifestResourceStream(String^, String^) | Loads the specified manifest resource from the service. |
![]() | GetType(String^) | Retrieves the type of the object for the supplied full type name. |
![]() | LoadResourceManager(String^) | Instantiates an object based on the supplied path. |
Show:
