IDTSLogEntryInfos100.Add(String, String, DTSLogEntryFrequency) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute un nouvel objet entrée du journal à la collection IDTSLogEntryInfos100.
public:
void Add(System::String ^ LogEntryName, System::String ^ Description, Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSLogEntryFrequency FrequencyHint);
[System.Runtime.InteropServices.DispId(2)]
public void Add (string LogEntryName, string Description, Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSLogEntryFrequency FrequencyHint);
[<System.Runtime.InteropServices.DispId(2)>]
abstract member Add : string * string * Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSLogEntryFrequency -> unit
Public Sub Add (LogEntryName As String, Description As String, FrequencyHint As DTSLogEntryFrequency)
Paramètres
- LogEntryName
- String
Nom de l'entrée de journal à ajouter à la collection.
- Description
- String
Description de l'entrée de journal.
- FrequencyHint
- DTSLogEntryFrequency
Une des valeurs valides de l'énumérateur DTSLogEntryFrequency.
- Attributs
Remarques
Pour plus d’informations, consultez LogEntryInfos.