Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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