ActiveXScriptTask.ScriptingLanguage Property
Gets or sets the name of the scripting language.
Namespace: Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask
Assembly: Microsoft.SqlServer.ActiveXScriptTask (in Microsoft.SqlServer.ActiveXScriptTask.dll)
Syntax
'Declaration
Public Property ScriptingLanguage As String
Get
Set
'Usage
Dim instance As ActiveXScriptTask
Dim value As String
value = instance.ScriptingLanguage
instance.ScriptingLanguage = value
public string ScriptingLanguage { get; set; }
public:
virtual property String^ ScriptingLanguage {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract ScriptingLanguage : string with get, set
override ScriptingLanguage : string with get, set
final function get ScriptingLanguage () : String
final function set ScriptingLanguage (value : String)
Property Value
Type: System.String
A String that contains the name of the scripting language.
Implements
Remarks
Important
This feature will be removed in the next version of Microsoft SQL Server. Do not use this feature in new development work, and modify applications that currently use this feature as soon as possible.
See Also