Share via


SfcAfterObjectMovedEventArgs.OldParent Property

Gets the SfcInstance object that represents the previous parent of the object. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

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

Property Value

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

See Also

Reference

SfcAfterObjectMovedEventArgs Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace