Partager via


Méthode EnvironmentInfo.ISfcRenamable.Rename

Renames the environment.

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

Syntaxe

'Déclaration
Private Sub Rename ( _
    newKey As SfcKey _
) Implements ISfcRenamable.Rename
'Utilisation
Dim instance As EnvironmentInfo 
Dim newKey As SfcKey 

CType(instance, ISfcRenamable).Rename(newKey)
void ISfcRenamable.Rename(
    SfcKey newKey
)
private:
virtual void Rename(
    SfcKey^ newKey
) sealed = ISfcRenamable::Rename
private abstract Rename : 
        newKey:SfcKey -> unit  
private override Rename : 
        newKey:SfcKey -> unit
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Paramètres

Implémente

ISfcRenamable.Rename(SfcKey)

Voir aussi

Référence

EnvironmentInfo Classe

Espace de noms Microsoft.SqlServer.Management.IntegrationServices