Freigeben über


SfcBeforeObjectMovedEventArgs.NewParent-Eigenschaft

Gets the SfcInstance object that represents the new parent of the object. 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
Public ReadOnly Property NewParent As SfcInstance 
    Get
'Usage
Dim instance As SfcBeforeObjectMovedEventArgs 
Dim value As SfcInstance 

value = instance.NewParent
public SfcInstance NewParent { get; }
public:
property SfcInstance^ NewParent {
    SfcInstance^ get ();
}
member NewParent : SfcInstance
function get NewParent () : SfcInstance

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The SfcInstance object that represents the new parent of the object.

Siehe auch

Verweis

SfcBeforeObjectMovedEventArgs Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace