Metodo ISfcRenamable.Rename
Questo metodo è solo per uso interno.
Spazio dei nomi Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)
Sintassi
'Dichiarazione
Private Sub Rename ( _
newKey As SfcKey _
) Implements ISfcRenamable.Rename
'Utilizzo
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 supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.
Parametri
- newKey
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcKey
Oggetto SfcKey che contiene il nuovo nome.
Implementa
Osservazioni
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Vedere anche