Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Renames the ServerGroup object by using the specified name.
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntax
'Declaration
Public Sub Rename ( _
key As SfcKey _
)
'Usage
Dim instance As ServerGroup
Dim key As SfcKey
instance.Rename(key)
public void Rename(
SfcKey key
)
public:
virtual void Rename(
SfcKey^ key
) sealed
abstract Rename :
key:SfcKey -> unit
override Rename :
key:SfcKey -> unit
public final function Rename(
key : SfcKey
)
Parameters
- key
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
A SfcKey object containing the new name.