Compartir a través de


EnvironmentInfo.ISfcMovable.ScriptMove Método

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

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
Private Function ScriptMove ( _
    newParent As SfcInstance _
) As ISfcScript Implements ISfcMovable.ScriptMove
'Uso
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 admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.

Parámetros

Valor devuelto

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

Implementa

ISfcMovable.ScriptMove(SfcInstance)

Vea también

Referencia

EnvironmentInfo Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices