إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the UnrecognizedScriptLanguageException class with the unrecognized scripting language name.
Namespace: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)
Syntax
'Declaration
Public Sub New ( _
name As String _
)
'Usage
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
)
Parameters
- name
Type: System.String
The name of the scripting language.