Classe UnrecognizedScriptLanguageException
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
Spazio dei nomi: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class UnrecognizedScriptLanguageException _
Inherits ApplicationException
'Utilizzo
Dim instance As UnrecognizedScriptLanguageException
[SerializableAttribute]
public class UnrecognizedScriptLanguageException : ApplicationException
[SerializableAttribute]
public ref class UnrecognizedScriptLanguageException : public ApplicationException
[<SerializableAttribute>]
type UnrecognizedScriptLanguageException =
class
inherit ApplicationException
end
public class UnrecognizedScriptLanguageException extends ApplicationException
Gerarchia di ereditarietà
System. . :: . .Object
System. . :: . .Exception
System. . :: . .ApplicationException
Microsoft.SqlServer.Dts.Tasks.ScriptTask..::..UnrecognizedScriptLanguageException
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche