Share via


CatalogFolder.ISfcRenamable.Rename Method

Renames a folder.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntax

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

Parameters

Implements

ISfcRenamable.Rename(SfcKey)

See Also

Reference

CatalogFolder Class

Microsoft.SqlServer.Management.IntegrationServices Namespace