Condividi tramite


Proprietà NewParent

Gets the SfcInstance object that represents the new 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 NewParent As SfcInstance
    Get
'Utilizzo
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

Valore proprietà

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