UnrecognizedScriptLanguageException.UnrecognizedName Field
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Specifies the name of the unrecognized scripting language.
Namespace: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)
Syntax
'Declaration
Public UnrecognizedName As String
'Usage
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