Udostępnij za pośrednictwem


Metoda RenameImpl

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)

Syntax

'Deklaracja
Protected Sub RenameImpl ( _
    newKey As SfcKey _
)
'Użycie
Dim newKey As SfcKey

Me.RenameImpl(newKey)
protected void RenameImpl(
    SfcKey newKey
)
protected:
void RenameImpl(
    SfcKey^ newKey
)
member RenameImpl : 
        newKey:SfcKey -> unit 
protected function RenameImpl(
    newKey : SfcKey
)

Parameters