Méthode SfcInstance.RenameImpl

Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Protected Sub RenameImpl ( _
    newKey As SfcKey _
)
'Utilisation
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
)

Paramètres

Voir aussi

Référence

SfcInstance Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc