Partilhar via


Propriedade do RDL SfcAfterObjectRenamedEventArgs.OldKey

Gets the SfcKey object that represents the old key 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 OldKey As SfcKey 
    Get
'Uso
Dim instance As SfcAfterObjectRenamedEventArgs 
Dim value As SfcKey 

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

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
The SfcKey object that represents the old key of the object.

Consulte também

Referência

SfcAfterObjectRenamedEventArgs Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc