Metodo SfcCollection<T, K, ParentT>.ISfcCollection.Rename

Renames the specified object. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Private Sub Rename ( _
    sfcInstance As SfcInstance, _
    newKey As SfcKey _
) Implements ISfcCollection.Rename
'Utilizzo
Dim instance As SfcCollection 
Dim sfcInstance As SfcInstance 
Dim newKey As SfcKey 

CType(instance, ISfcCollection).Rename(sfcInstance, _
    newKey)
void ISfcCollection.Rename(
    SfcInstance sfcInstance,
    SfcKey newKey
)
private:
virtual void Rename(
    SfcInstance^ sfcInstance, 
    SfcKey^ newKey
) sealed = ISfcCollection::Rename
private abstract Rename : 
        sfcInstance:SfcInstance * 
        newKey:SfcKey -> unit  
private override Rename : 
        sfcInstance:SfcInstance * 
        newKey:SfcKey -> unit
JScript supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.

Parametri

Implementa

ISfcCollection.Rename(SfcInstance, SfcKey)

Vedere anche

Riferimento

SfcCollection<T, K, ParentT> Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc