Compartilhar via


Propriedade do RDL SfcBeforeObjectMovedEventArgs.NewParent

Gets the SfcInstance object that represents the new parent of the object. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

SfcBeforeObjectMovedEventArgs Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc