다음을 통해 공유


IDTSLogEntryInfos100.Add(String, String, DTSLogEntryFrequency) 메서드

정의

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)

매개 변수

LogEntryName
String

컬렉션에 추가할 로그 항목의 이름입니다.

Description
String

로그 항목에 대한 설명입니다.

FrequencyHint
DTSLogEntryFrequency

DTSLogEntryFrequency 열거자의 유효한 값 중 하나입니다.

특성

설명

자세한 내용은 LogEntryInfos를 참조하세요.

적용 대상