UnrecognizedScriptLanguageException.UnrecognizedName 字段

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Specifies the name of the unrecognized scripting language.

命名空间:  Microsoft.SqlServer.Dts.Tasks.ScriptTask
程序集:  Microsoft.SqlServer.ScriptTask(在 Microsoft.SqlServer.ScriptTask.dll 中)

语法

声明
Public UnrecognizedName As String
用法
Dim instance As UnrecognizedScriptLanguageException 
Dim value As String 

value = instance.UnrecognizedName 

instance.UnrecognizedName = value
public string UnrecognizedName
public:
String^ UnrecognizedName
val mutable UnrecognizedName: string
public var UnrecognizedName : String

请参阅

参考

UnrecognizedScriptLanguageException 类

Microsoft.SqlServer.Dts.Tasks.ScriptTask 命名空间