EnvironmentInfo.ISfcMovable.ScriptMove Method (SfcInstance)

 

Applies To: SQL Server 2016 Preview

Moves the script of the EnvironmentInfo object to be a child of another folder.

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

Syntax

ISfcScript ISfcMovable.ScriptMove(
    SfcInstance newParent
)
private:
virtual ISfcScript^ ScriptMove(
    SfcInstance^ newParent
) sealed = ISfcMovable::ScriptMove
private abstract ScriptMove : 
        newParent:SfcInstance -> ISfcScript
private override ScriptMove : 
        newParent:SfcInstance -> ISfcScript
Private Function ScriptMove (
    newParent As SfcInstance
) As ISfcScript
    Implements ISfcMovable.ScriptMove

Parameters

Return Value

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

The script of the specified object.

Implements

ISfcMovable.ScriptMove(SfcInstance)

See Also

EnvironmentInfo Class
Microsoft.SqlServer.Management.IntegrationServices Namespace

Return to top