Construtor UnrecognizedScriptLanguageException
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Initializes a new instance of the UnrecognizedScriptLanguageException class with the unrecognized scripting language name.
Namespace: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTask (em Microsoft.SqlServer.ScriptTask.dll)
Sintaxe
'Declaração
Public Sub New ( _
name As String _
)
'Uso
Dim name As String
Dim instance As New UnrecognizedScriptLanguageException(name)
public UnrecognizedScriptLanguageException(
string name
)
public:
UnrecognizedScriptLanguageException(
String^ name
)
new :
name:string -> UnrecognizedScriptLanguageException
public function UnrecognizedScriptLanguageException(
name : String
)
Parâmetros
- name
Tipo: System.String
The name of the scripting language.