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 d’entrée de journal à la IDTSLogEntryInfos100 collection.
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
Le nom de l’entrée de journal à ajouter à la collection.
- Description
- String
Une description pour l’entrée du journal.
- FrequencyHint
- DTSLogEntryFrequency
Une des valeurs valides de l’énumérateur DTSLogEntryFrequency .
- Attributs
Remarques
Pour plus d’informations, consultez LogEntryInfos.