Propriedade do RDL VSTATaskScriptingEngine.ScriptAppName
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets the name of the script application.
Namespace: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTask (em Microsoft.SqlServer.ScriptTask.dll)
Sintaxe
'Declaração
Protected Overrides ReadOnly Property ScriptAppName As String
Get
'Uso
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
Valor da propriedade
Tipo: System.String
The script application name.