SfcBeforeObjectMovedEventArgs.NewParent Propiedad
Gets the SfcInstance object that represents the new 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 NewParent As SfcInstance
Get
'Uso
Dim instance As SfcBeforeObjectMovedEventArgs
Dim value As SfcInstance
value = instance.NewParent
public SfcInstance NewParent { get; }
public:
property SfcInstance^ NewParent {
SfcInstance^ get ();
}
member NewParent : SfcInstance
function get NewParent () : SfcInstance
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The SfcInstance object that represents the new parent of the object.