MoveImpl-Methode
Indicates the new parent object to move in an instance. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Protected Sub MoveImpl ( _
newParent As SfcInstance _
)
'Usage
Dim newParent As SfcInstance
Me.MoveImpl(newParent)
protected void MoveImpl(
SfcInstance newParent
)
protected:
void MoveImpl(
SfcInstance^ newParent
)
member MoveImpl :
newParent:SfcInstance -> unit
protected function MoveImpl(
newParent : SfcInstance
)
Parameter
- newParent
Typ: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInstance
The new parent object.