Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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