Linguaggio

IDTSLogEntryInfos100.Add(String, String, DTSLogEntryFrequency) Metodo

Definizione

Aggiunge un nuovo oggetto di registrazione alla IDTSLogEntryInfos100 collezione.

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)

Parametri

LogEntryName
String

Il nome della voce del registro da aggiungere alla collezione.

Description
String

Una descrizione per la voce del registro.

FrequencyHint
DTSLogEntryFrequency

Uno dei valori validi dell'enumeratore DTSLogEntryFrequency .

Attributi

Commenti

Per altre informazioni, vedere LogEntryInfos.

Si applica a