ScriptTaskUI.ApplyChanges(VSTAScriptLanguageInfoBasic) Method

Definition

Applies changes with the specified settings.

public:
 void ApplyChanges(Microsoft::SqlServer::VSTAHosting::VSTAScriptLanguageInfoBasic ^ langInfo);
public void ApplyChanges (Microsoft.SqlServer.VSTAHosting.VSTAScriptLanguageInfoBasic langInfo);
member this.ApplyChanges : Microsoft.SqlServer.VSTAHosting.VSTAScriptLanguageInfoBasic -> unit
Public Sub ApplyChanges (langInfo As VSTAScriptLanguageInfoBasic)

Parameters

langInfo
VSTAScriptLanguageInfoBasic

The VSTAScriptLanguageInfoBasic object that contains the changes to effect in the settings.

Applies to