Compartilhar via


Propriedade do RDL VSTAComponentScriptingEngine.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 script application name.

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

Consulte também

Referência

VSTAComponentScriptingEngine Classe

Namespace Microsoft.SqlServer.Dts.Pipeline