CannotCreateUserComponentException Constructor
Initializes a new instance of the CannotCreateUserComponentException class.
命名空间: Microsoft.SqlServer.Dts.Pipeline
程序集: Microsoft.SqlServer.TxScript (in microsoft.sqlserver.txscript.dll)
语法
声明
Public Sub New ( _
className As String _
)
public CannotCreateUserComponentException (
string className
)
public:
CannotCreateUserComponentException (
String^ className
)
public CannotCreateUserComponentException (
String className
)
public function CannotCreateUserComponentException (
className : String
)
参数
- 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.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
CannotCreateUserComponentException Class
CannotCreateUserComponentException Members
Microsoft.SqlServer.Dts.Pipeline Namespace