Compartir a través de


LogFileCollection.Remove Método (String)

Removes a LogFile object from the LogFileCollection 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 LogFileCollection 
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

Ejemplos

Usar colecciones

Vea también

Referencia

LogFileCollection Clase

Sobrecarga de Remove

Espacio de nombres Microsoft.SqlServer.Management.Smo