Compartir a través de


Add Método

Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.

For more information, see LogEntryInfos.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Sub Add ( _
    LogEntryName As String, _
    Description As String, _
    FrequencyHint As DTSLogEntryFrequency _
)
'Uso
Dim instance As IDTSLogEntryInfos100
Dim LogEntryName As String
Dim Description As String
Dim FrequencyHint As DTSLogEntryFrequency

instance.Add(LogEntryName, Description, _
    FrequencyHint)
void Add(
    string LogEntryName,
    string Description,
    DTSLogEntryFrequency FrequencyHint
)
void Add(
    [InAttribute] String^ LogEntryName, 
    [InAttribute] String^ Description, 
    [InAttribute] DTSLogEntryFrequency FrequencyHint
)
abstract Add : 
        LogEntryName:string * 
        Description:string * 
        FrequencyHint:DTSLogEntryFrequency -> unit 
function Add(
    LogEntryName : String, 
    Description : String, 
    FrequencyHint : DTSLogEntryFrequency
)