Partilhar via


Propriedade do RDL SfcBeforeObjectRenamedEventArgs.NewKey

Gets the SfcKey object that represents the new key. 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 NewKey As SfcKey 
    Get
'Uso
Dim instance As SfcBeforeObjectRenamedEventArgs 
Dim value As SfcKey 

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

Valor da propriedade

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

Consulte também

Referência

SfcBeforeObjectRenamedEventArgs Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc