Condividi tramite


Proprietà OldParent

Gets the SfcInstance object that represents the previous parent of the object. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property OldParent As SfcInstance
    Get
'Utilizzo
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

Valore proprietà

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