Freigeben über


VSTAComponentScriptingEngine.ScriptAppName-Eigenschaft

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

Gets the script application name.

Namespace:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.TxScript (in Microsoft.SqlServer.TxScript.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

VSTAComponentScriptingEngine Klasse

Microsoft.SqlServer.Dts.Pipeline-Namespace