This topic has not yet been rated - Rate this topic

ISqlActivationService Interface

Displays the collection of activation service objects in SQL.

Namespace:  Microsoft.SqlServer.Management
Assembly:  SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)
public interface ISqlActivationService
  NameDescription
Public methodCreateInstance<T>()Creates an instance of the type designated by the specified generic type parameter.
Public methodCreateInstance<T>(String)Indicates the type name of the instance to be created.
Public methodCreateInstance<T>(Type)Indicates the type of instance to be created.
Public methodCreateInstance<T>(String, Object[])Creates an instance of the specified type name using the constructor and arguments passed to the constructor.
Public methodCreateInstance<T>(Type, Boolean)Creates an instance of the specified type using that type's default constructor.
Public methodCreateInstance<T>(Type, Object[])Creates an instance of the specified type using the constructor that best matches the specified parameters.
Public methodCreateInstance<T>(Type, Object[], Object[])Creates an instance of the specified type using the constructor that best matches the specified parameters.
Public methodCreateInstance<T>(Type, BindingFlags, Binder, Object[], CultureInfo)Creates an instance of the specified type using the constructor that best matches the specified parameters.
Public methodCreateInstance<T>(Type, BindingFlags, Binder, Object[], CultureInfo, Object[])Creates an instance of the specified type using the constructor that best matches the specified parameters.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.