Propriedade do RDL SfcAfterObjectMovedEventArgs.OldParent
Gets the SfcInstance object that represents the previous 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 OldParent As SfcInstance
Get
'Uso
Dim instance As SfcAfterObjectMovedEventArgs
Dim value As SfcInstance
value = instance.OldParent
public SfcInstance OldParent { get; }
public:
property SfcInstance^ OldParent {
SfcInstance^ get ();
}
member OldParent : SfcInstance
function get OldParent () : SfcInstance
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The SfcInstance object that represents the previous parent of the object.