CannotCreateUserComponentException 클래스
Exception thrown when the Script component cannot instantiate the class that contains the custom code that the developer creates in the Script component. The class is named ScriptMain by default.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline
어셈블리: Microsoft.SqlServer.TxScript.dll의 Microsoft.SqlServer.TxScript
구문
‘선언
<SerializableAttribute> _
Public Class CannotCreateUserComponentException _
Inherits ApplicationException
‘사용 방법
Dim instance As CannotCreateUserComponentException
[SerializableAttribute]
public class CannotCreateUserComponentException : ApplicationException
[SerializableAttribute]
public ref class CannotCreateUserComponentException : public ApplicationException
[<SerializableAttribute>]
type CannotCreateUserComponentException =
class
inherit ApplicationException
end
public class CannotCreateUserComponentException extends ApplicationException
상속 계층 구조
System. . :: . .Object
System. . :: . .Exception
System. . :: . .ApplicationException
Microsoft.SqlServer.Dts.Pipeline..::..CannotCreateUserComponentException
스레드로부터의 안전성
이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.