Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Moves 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 Sub Move ( _
newParent As SfcInstance _
) Implements ISfcMovable.Move
'Usage
Dim instance As EnvironmentInfo
Dim newParent As SfcInstance
CType(instance, ISfcMovable).Move(newParent)
void ISfcMovable.Move(
SfcInstance newParent
)
private:
virtual void Move(
SfcInstance^ newParent
) sealed = ISfcMovable::Move
private abstract Move :
newParent:SfcInstance -> unit
private override Move :
newParent:SfcInstance -> unit
JScript unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.
Parameter
- newParent
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The new parent used.
Implementiert
Siehe auch
Verweis
Microsoft.SqlServer.Management.IntegrationServices-Namespace