UnrecognizedScriptLanguageException 构造函数
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Initializes a new instance of the UnrecognizedScriptLanguageException class with the unrecognized scripting language name.
命名空间: Microsoft.SqlServer.Dts.Tasks.ScriptTask
程序集: Microsoft.SqlServer.ScriptTask(在 Microsoft.SqlServer.ScriptTask.dll 中)
语法
声明
Public Sub New ( _
name As String _
)
用法
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
)
参数
- name
类型:System.String
The name of the scripting language.