Aracılığıyla paylaş


IDTSLogEntryInfos100.Add Yöntemi

Bu API altyapısını destekler ve doğrudan kodunuz içinden kullanılmak üzere tasarlanmamıştır.

Daha fazla bilgi için, bkz. LogEntryInfos.

Ad Alanı:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Derleme:  Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap içinde.dll)

Sözdizimi

'Bildirim
Sub Add ( _
    LogEntryName As String, _
    Description As String, _
    FrequencyHint As DTSLogEntryFrequency _
)
'Kullanım
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
)

Parametreler