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
)
Parameter
- 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.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
CannotCreateUserComponentException Class
CannotCreateUserComponentException Members
Microsoft.SqlServer.Dts.Pipeline Namespace