Megosztás:


SfcBeforeObjectMovedEventArgs.NewParent Property

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.

See Also

Reference

SfcBeforeObjectMovedEventArgs Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace