CannotCreateUserComponentException Constructor
Initializes a new instance of the CannotCreateUserComponentException class.
Spazio dei nomi: Microsoft.SqlServer.Dts.Pipeline
Assembly : Microsoft.SqlServer.TxScript (in microsoft.sqlserver.txscript.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
className As String _
)
public CannotCreateUserComponentException (
string className
)
public:
CannotCreateUserComponentException (
String^ className
)
public CannotCreateUserComponentException (
String className
)
public function CannotCreateUserComponentException (
className : String
)
Parametri
- 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.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
CannotCreateUserComponentException Class
CannotCreateUserComponentException Members
Microsoft.SqlServer.Dts.Pipeline Namespace