Share via


ServerGroup.ISfcRenamable.ScriptRename Method

Renames the instance of ISfcScript object identified by the key parameter. Do not reference this member directly in your code. It supports the SQL Server infrastructure..

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

Syntax

'Declaration
Private Function ScriptRename ( _
    key As SfcKey _
) As ISfcScript Implements ISfcRenamable.ScriptRename
'Usage
Dim instance As ServerGroup
Dim key As SfcKey
Dim returnValue As ISfcScript

returnValue = CType(instance, ISfcRenamable).ScriptRename(key)
ISfcScript ISfcRenamable.ScriptRename(
    SfcKey key
)
private:
virtual ISfcScript^ ScriptRename(
    SfcKey^ key
) sealed = ISfcRenamable::ScriptRename
private abstract ScriptRename : 
        key:SfcKey -> ISfcScript 
private override ScriptRename : 
        key:SfcKey -> ISfcScript 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

Implements

ISfcRenamable.ScriptRename(SfcKey)

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.