Propriété VSTAComponentScriptingEngine.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 script application name.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline
Assembly : Microsoft.SqlServer.TxScript (en Microsoft.SqlServer.TxScript.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.