Udostępnij przez


Właściwość SfcBeforeObjectRenamedEventArgs.NewKey

Pobiera SfcKey obiekt, który reprezentuje nowy klucz.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Składnia

'Deklaracja
Public ReadOnly Property NewKey As SfcKey
    Get
'Użycie
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

Wartość właściwości

Typ: Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
SfcKey Obiekt, który reprezentuje nowy klucz.