Partilhar via


CannotCreateUserComponentException Constructor

Initializes a new instance of the CannotCreateUserComponentException class.

Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.TxScript (in microsoft.sqlserver.txscript.dll)

Syntax

'Declaration
Public Sub New ( _
    className As String _
)
public CannotCreateUserComponentException (
    string className
)
public:
CannotCreateUserComponentException (
    String^ className
)
public CannotCreateUserComponentException (
    String className
)
public function CannotCreateUserComponentException (
    className : String
)

Parameters

  • className
    The fully qualified name of the class that contains the custom code that the developer creates in the Script component. The class is named ScriptMain by default.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

CannotCreateUserComponentException Class
CannotCreateUserComponentException Members
Microsoft.SqlServer.Dts.Pipeline Namespace