Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Adds a LogFile object to the LogFileCollection collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Add ( _
logFile As LogFile _
)
'Usage
Dim instance As LogFileCollection
Dim logFile As LogFile
instance.Add(logFile)
public void Add(
LogFile logFile
)
public:
void Add(
LogFile^ logFile
)
member Add :
logFile:LogFile -> unit
public function Add(
logFile : LogFile
)
Parameters
- logFile
Type: Microsoft.SqlServer.Management.Smo.LogFile
A LogFile object value that specifies the log file to be removed from the LogFileCollection collection.