Freigeben über


IDTSLogEntryInfos100.Add(String, String, DTSLogEntryFrequency) Methode

Definition

Fügt der IDTSLogEntryInfos100-Auflistung ein neues Protokolleintragsobjekt hinzu.

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)

Parameter

LogEntryName
String

Der Name des Protokolleintrags, der der Auflistung hinzugefügt werden soll.

Description
String

Eine Beschreibung für den Protokolleintrag.

FrequencyHint
DTSLogEntryFrequency

Einer der gültigen Werte aus dem DTSLogEntryFrequency-Enumerator.

Attribute

Hinweise

Weitere Informationen finden Sie unter LogEntryInfos.

Gilt für: