Méthode ISfcRenamable.Rename
Renames the condition identified by the specified SfcKey.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Private Sub Rename ( _
key As SfcKey _
) Implements ISfcRenamable.Rename
'Utilisation
Dim instance As Condition
Dim key As SfcKey
CType(instance, ISfcRenamable).Rename(key)
void ISfcRenamable.Rename(
SfcKey key
)
private:
virtual void Rename(
SfcKey^ key
) sealed = ISfcRenamable::Rename
private abstract Rename :
key:SfcKey -> unit
private override Rename :
key: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
- key
Type : Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcKey
A SfcKey object.