Partager via


Propriété VSTATaskScriptingEngine.ScriptAppName

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the name of the script application.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly :  Microsoft.SqlServer.ScriptTask (en Microsoft.SqlServer.ScriptTask.dll)

Syntaxe

'Déclaration
Protected Overrides ReadOnly Property ScriptAppName As String 
    Get
'Utilisation
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

Valeur de propriété

Type : System.String
The script application name.

Voir aussi

Référence

VSTATaskScriptingEngine Classe

Espace de noms Microsoft.SqlServer.Dts.Tasks.ScriptTask