VSTAComponentScriptingEngine.PersistCurrentScriptProject Method

This API supports the infrastructure and is not intended to be used directly from your code.

This member overrides VSTAScriptingEnginePersistCurrentScriptProject(Boolean).

Namespace:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.TxScript (in Microsoft.SqlServer.TxScript.dll)

Syntax

'Declaration
Public Overrides Sub PersistCurrentScriptProject ( _
    bSuccessfulBuild As Boolean _
)
'Usage
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
)

Parameters