Metoda VSTAComponentScriptingEngine.PersistCurrentScriptProject
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Ten element członkowski zastępuje element VSTAScriptingEnginePersistCurrentScriptProject(Boolean).
Przestrzeń nazw: Microsoft.SqlServer.Dts.Pipeline
Zestaw: Microsoft.SqlServer.TxScript (w Microsoft.SqlServer.TxScript.dll)
Składnia
'Deklaracja
Public Overrides Sub PersistCurrentScriptProject ( _
bSuccessfulBuild As Boolean _
)
'Użycie
Dim instance As VSTAComponentScriptingEngine
Dim bSuccessfulBuild As Boolean
instance.PersistCurrentScriptProject(bSuccessfulBuild)
public override void PersistCurrentScriptProject(
bool bSuccessfulBuild
)
public:
virtual void PersistCurrentScriptProject(
bool bSuccessfulBuild
) override
abstract PersistCurrentScriptProject :
bSuccessfulBuild:bool -> unit
override PersistCurrentScriptProject :
bSuccessfulBuild:bool -> unit
public override function PersistCurrentScriptProject(
bSuccessfulBuild : boolean
)
Parametry
- bSuccessfulBuild
Typ: System.Boolean
Zobacz także