Partilhar via


Propriedade do RDL SfcAfterObjectMovedEventArgs.OldUrn

Gets the previous URN 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 OldUrn As Urn 
    Get
'Uso
Dim instance As SfcAfterObjectMovedEventArgs 
Dim value As Urn 

value = instance.OldUrn
public Urn OldUrn { get; }
public:
property Urn^ OldUrn {
    Urn^ get ();
}
member OldUrn : Urn
function get OldUrn () : Urn

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
The previous URN of the object.

Consulte também

Referência

SfcAfterObjectMovedEventArgs Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc