ScriptTaskUI.ApplyChanges(VSTAScriptLanguageInfoBasic) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.