Compartir a través de


SfcCollection<T, K, ParentT>.ISfcCollection.Rename Método

Renames the specified object. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Private Sub Rename ( _
    sfcInstance As SfcInstance, _
    newKey As SfcKey _
) Implements ISfcCollection.Rename
'Uso
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 admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.

Parámetros

Implementa

ISfcCollection.Rename(SfcInstance, SfcKey)

Vea también

Referencia

SfcCollection<T, K, ParentT> Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc