Freigeben über


EnvironmentInfo.ISfcMovable.ScriptMove-Methode

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

'Declaration
Private Function ScriptMove ( _
    newParent As SfcInstance _
) As ISfcScript Implements ISfcMovable.ScriptMove
'Usage
Dim instance As EnvironmentInfo 
Dim newParent As SfcInstance 
Dim returnValue As ISfcScript 

returnValue = CType(instance, ISfcMovable).ScriptMove(newParent)
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
JScript unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Parameter

Rückgabewert

Typ: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript
The script of the specified object.

Implementiert

ISfcMovable.ScriptMove(SfcInstance)

Siehe auch

Verweis

EnvironmentInfo Klasse

Microsoft.SqlServer.Management.IntegrationServices-Namespace