Compartir a través de


SoapMethodCollectionBase.Remove Método (String)

Removes the specified object from the referenced collection.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub Remove ( _
    name As String _
)
'Uso
Dim instance As SoapMethodCollectionBase 
Dim name As String

instance.Remove(name)
public void Remove(
    string name
)
public:
void Remove(
    String^ name
)
member Remove : 
        name:string -> unit
public function Remove(
    name : String
)

Parámetros

  • name
    Tipo: System.String
    A String value that specifies the object that is to be removed from the referenced collection.

Ejemplos

Controlar excepciones SMO

Vea también

Referencia

SoapMethodCollectionBase Clase

Sobrecarga de Remove

Espacio de nombres Microsoft.SqlServer.Management.Smo