Método Remove (String)

Removes a LogFile object from the LogFileCollection collection.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Sub Remove ( _
    name As String _
)
'Uso
Dim instance As LogFileCollection
Dim name As String

instance.Remove(name)

Parâmetros