IDTSLogEntryInfos100.Add(String, String, DTSLogEntryFrequency) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
void Add(System::String ^ LogEntryName, System::String ^ Description, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2016::DTSLogEntryFrequency FrequencyHint);
[System.Runtime.InteropServices.DispId(2)]
public void Add (string LogEntryName, string Description, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.DTSLogEntryFrequency FrequencyHint);
[<System.Runtime.InteropServices.DispId(2)>]
abstract member Add : string * string * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.DTSLogEntryFrequency -> unit
Public Sub Add (LogEntryName As String, Description As String, FrequencyHint As DTSLogEntryFrequency)
Parâmetros
- LogEntryName
- String
- Description
- String
- FrequencyHint
- DTSLogEntryFrequency
- Atributos