SfcAfterObjectMovedEventArgs.OldParent Propiedad
Gets the SfcInstance object that represents the previous parent of the object. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public ReadOnly Property OldParent As SfcInstance
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The SfcInstance object that represents the previous parent of the object.