Propriété SfcAfterObjectMovedEventArgs.OldParent
Gets the SfcInstance object that represents the previous parent of the object. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public ReadOnly Property OldParent As SfcInstance
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The SfcInstance object that represents the previous parent of the object.