IFactoryService Interface

 

Defines properties and methods that represent the FactoryService.

Namespace:   Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

[ComVisibleAttribute(true)]
[GuidAttribute("3f68ba77-75e9-488e-a0b4-8227df82463b")]
public interface class IFactoryService

NameDescription
System_CAPS_pubmethodCreateInstance(String^, array<Object^>^)

Instantiates an object by supplied full name.

System_CAPS_pubmethodCreateInstance<T>(String^, array<Object^>^)

Instantiates an object based on the given full name.

System_CAPS_pubmethodGetManifestResourceStream(String^, String^)

Loads the specified manifest resource from the service.

System_CAPS_pubmethodGetType(String^)

Retrieves the type of the object for the supplied full type name.

System_CAPS_pubmethodLoadResourceManager(String^)

Instantiates an object based on the supplied path.

Return to top
Show: