Add méthode
Adds a LogFile object to the LogFileCollection collection.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub Add ( _
logFile As LogFile _
)
'Utilisation
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
)
Paramètres
- logFile
Type : Microsoft.SqlServer.Management.Smo. . :: . .LogFile
A LogFile object value that specifies the log file to be removed from the LogFileCollection collection.