다음을 통해 공유


ScriptingLanguageNotFoundException 클래스

The exception that is thrown by the Script component when the scripting language is not found.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline
어셈블리:  Microsoft.SqlServer.TxScript.dll의 Microsoft.SqlServer.TxScript

구문

‘선언
<SerializableAttribute> _
Public Class ScriptingLanguageNotFoundException _
    Inherits ApplicationException
‘사용 방법
Dim instance As ScriptingLanguageNotFoundException
[SerializableAttribute]
public class ScriptingLanguageNotFoundException : ApplicationException
[SerializableAttribute]
public ref class ScriptingLanguageNotFoundException : public ApplicationException
[<SerializableAttribute>]
type ScriptingLanguageNotFoundException =  
    class
        inherit ApplicationException
    end
public class ScriptingLanguageNotFoundException extends ApplicationException

상속 계층 구조

System. . :: . .Object
  System. . :: . .Exception
    System. . :: . .ApplicationException
      Microsoft.SqlServer.Dts.Pipeline..::..ScriptingLanguageNotFoundException

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.