Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Applies changes with the specified settings.
Namespace: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTaskUI (in Microsoft.SqlServer.ScriptTaskUI.dll)
Syntax
'Declaration
Public Sub ApplyChanges ( _
langInfo As VSTAScriptLanguageInfoBasic _
)
'Usage
Dim instance As ScriptTaskUI
Dim langInfo As VSTAScriptLanguageInfoBasic
instance.ApplyChanges(langInfo)
public void ApplyChanges(
VSTAScriptLanguageInfoBasic langInfo
)
public:
void ApplyChanges(
VSTAScriptLanguageInfoBasic^ langInfo
)
member ApplyChanges :
langInfo:VSTAScriptLanguageInfoBasic -> unit
public function ApplyChanges(
langInfo : VSTAScriptLanguageInfoBasic
)
Parameters
- langInfo
Type: VSTAScriptLanguageInfoBasic
The VSTAScriptLanguageInfoBasic object that contains the changes to effect in the settings.