Freigeben über


OldParent-Eigenschaft

Gets the SfcInstance object that represents the previous 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 OldParent As SfcInstance
    Get
'Usage
Dim instance As SfcAfterObjectMovedEventArgs
Dim value As SfcInstance

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

Eigenschaftswert

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