Classe ScriptingLanguageNotFoundException
The exception that is thrown by the Script component when the scripting language is not found.
Hierarquia de herança
System. . :: . .Object
System. . :: . .Exception
System. . :: . .ApplicationException
Microsoft.SqlServer.Dts.Pipeline..::..ScriptingLanguageNotFoundException
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.TxScript (em Microsoft.SqlServer.TxScript.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class ScriptingLanguageNotFoundException _
Inherits ApplicationException
'Uso
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
O tipo ScriptingLanguageNotFoundException expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ScriptingLanguageNotFoundException | Initializes a new instance of the ScriptingLanguageNotFoundException class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Data | (Herdado de Exception.) | |
HelpLink | (Herdado de Exception.) | |
HResult | (Herdado de Exception.) | |
InnerException | (Herdado de Exception.) | |
Message | (Herdado de Exception.) | |
Source | (Herdado de Exception.) | |
StackTrace | (Herdado de Exception.) | |
TargetSite | (Herdado de Exception.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetBaseException | (Herdado de Exception.) | |
GetHashCode | (Herdado de Object.) | |
GetObjectData | (Herdado de Exception.) | |
GetType | (Herdado de Exception.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Exception.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.