Classe VSTAComponentScriptingEngine

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

Represents the VSTA component scripting engine.

Gerarchia di ereditarietà

System.Object
  VSTAScriptingEngine
    Microsoft.SqlServer.Dts.Pipeline.VSTAComponentScriptingEngine

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.TxScript (in Microsoft.SqlServer.TxScript.dll)

Sintassi

'Dichiarazione
Public Class VSTAComponentScriptingEngine _
    Inherits VSTAScriptingEngine
'Utilizzo
Dim instance As VSTAComponentScriptingEngine
public class VSTAComponentScriptingEngine : VSTAScriptingEngine
public ref class VSTAComponentScriptingEngine : public VSTAScriptingEngine
type VSTAComponentScriptingEngine =  
    class 
        inherit VSTAScriptingEngine 
    end
public class VSTAComponentScriptingEngine extends VSTAScriptingEngine

Nel tipo VSTAComponentScriptingEngine sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico VSTAComponentScriptingEngine Infrastruttura. Initializes a new instance of the VSTAComponentScriptingEngine class.

In alto

Proprietà

  Nome Descrizione
Proprietà protetta EnabledDebugging Infrastruttura. Gets whether the scripting engine enables debugging. Esegue l'override di VSTAScriptingEngineEnabledDebugging.
Proprietà protetta ScriptAppName Infrastruttura. Gets the script application name. Esegue l'override di VSTAScriptingEngineScriptAppName.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Dispose Infrastruttura. Releases all instance of the VSTAComponentScriptingEngine class.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Campi

  Nome Descrizione
Campo pubblicoMembro statico ScriptComponentHostID Infrastruttura. The script component host identifier.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline