Remove Método
Removes a ServerGroup object from the ServerGroupCollection object.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.RegisteredServers
Ensamblado: Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Sintaxis
'Declaración
Public Sub Remove ( _
key As String _
)
'Uso
Dim instance As ServerGroupCollection
Dim key As String
instance.Remove(key)
public void Remove(
string key
)
public:
void Remove(
String^ key
)
member Remove :
key:string -> unit
public function Remove(
key : String
)
Parámetros
- key
Tipo: System. . :: . .String
A String value that specifies the name of the server group that is to be removed from the collection.
Vea también