Méthode ISfcRenamable.Rename
Cette méthode est réservée à un usage interne uniquement.
Espace de noms : Microsoft.SqlServer.Management.Collector
Assembly : Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)
Syntaxe
'Déclaration
Private Sub Rename ( _
newKey As SfcKey _
) Implements ISfcRenamable.Rename
'Utilisation
Dim instance As CollectionItem
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
- newKey
Type : Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcKey
Objet SfcKey qui contient le nouveau nom.
Implémente
Notes
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.