Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the SfcInstance object that represents the new parent of the object. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public ReadOnly Property NewParent As SfcInstance
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The SfcInstance object that represents the new parent of the object.