VSTATaskScriptingEngine.PersistCurrentScriptProject Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member overrides VSTAScriptingEnginePersistCurrentScriptProject(Boolean).
Namespace: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)
Syntax
'Declaration
Public Overrides Sub PersistCurrentScriptProject ( _
bSuccessfulBuild As Boolean _
)
'Usage
Dim instance As VSTATaskScriptingEngine
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
- bSuccessfulBuild
Type: System.Boolean