Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.