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

Renames the specified object. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Private Sub Rename ( _
    sfcInstance As SfcInstance, _
    newKey As SfcKey _
) Implements ISfcCollection.Rename
'Usage
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 supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

Implements

ISfcCollection.Rename(SfcInstance, SfcKey)

See Also

Reference

SfcCollection<T, K, ParentT> Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace