Proprietà VSTATaskScriptingEngine.ScriptAppName

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the name of the script application.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly:  Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)

Sintassi

'Dichiarazione
Protected Overrides ReadOnly Property ScriptAppName As String 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.String
The script application name.

Vedere anche

Riferimento

VSTATaskScriptingEngine Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ScriptTask