Condividi tramite


Metodo CollectionSet.ISfcRenamable.Rename

Renames this object to the specified key and updates the storage. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

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 CollectionSet 
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

Implementa

ISfcRenamable.Rename(SfcKey)

Vedere anche

Riferimento

CollectionSet Classe

Spazio dei nomi Microsoft.SqlServer.Management.Collector