EnvironmentInfo.ScriptAlter Method ()

 

Applies To: SQL Server 2016 Preview

Indicates a script to alter the environment.

Namespace:   Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntax

public ISfcScript ScriptAlter()
public:
virtual ISfcScript^ ScriptAlter() sealed
abstract ScriptAlter : unit -> ISfcScript
override ScriptAlter : unit -> ISfcScript
Public Function ScriptAlter As ISfcScript

Return Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript

The script to alter the environment.

Implements

ISfcAlterable.ScriptAlter()

See Also

EnvironmentInfo Class
Microsoft.SqlServer.Management.IntegrationServices Namespace

Return to top