IDTSLogEntryInfos100.Add(String, String, DTSLogEntryFrequency) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void Add(System::String ^ LogEntryName, System::String ^ Description, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::DTSLogEntryFrequency FrequencyHint);
[System.Runtime.InteropServices.DispId(2)]
public void Add (string LogEntryName, string Description, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.DTSLogEntryFrequency FrequencyHint);
[<System.Runtime.InteropServices.DispId(2)>]
abstract member Add : string * string * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.DTSLogEntryFrequency -> unit
Public Sub Add (LogEntryName As String, Description As String, FrequencyHint As DTSLogEntryFrequency)
Parameters
- LogEntryName
- String
- Description
- String
- FrequencyHint
- DTSLogEntryFrequency
- Attributes