Partilhar via


Método CollectionItem.ISfcRenamable.Rename

This method is for internal use only.

Namespace:  Microsoft.SqlServer.Management.Collector
Assembly:  Microsoft.SqlServer.Management.Collector (em Microsoft.SqlServer.Management.Collector.dll)

Sintaxe

'Declaração
Private Sub Rename ( _
    newKey As SfcKey _
) Implements ISfcRenamable.Rename
'Uso
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 dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.

Parâmetros

Implementa

ISfcRenamable.Rename(SfcKey)

Comentários

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Consulte também

Referência

CollectionItem Classe

Namespace Microsoft.SqlServer.Management.Collector