หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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