Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
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.