RenameImpl Método

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Protected Sub RenameImpl ( _
    newKey As SfcKey _
)
'Uso
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
)

Parámetros