Freigeben über


VSTATaskScriptingEngine.ScriptAppName-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the name of the script application.

Namespace:  Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly:  Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)

Syntax

'Declaration
Protected Overrides ReadOnly Property ScriptAppName As String 
    Get
'Usage
Dim value As String 

value = Me.ScriptAppName
protected override string ScriptAppName { get; }
protected:
virtual property String^ ScriptAppName {
    String^ get () override;
}
abstract ScriptAppName : string 
override ScriptAppName : string
override function get ScriptAppName () : String

Eigenschaftswert

Typ: System.String
The script application name.

Siehe auch

Verweis

VSTATaskScriptingEngine Klasse

Microsoft.SqlServer.Dts.Tasks.ScriptTask-Namespace