Metodo Add
Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.
For more information, see LogEntryInfos.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Sub Add ( _
LogEntryName As String, _
Description As String, _
FrequencyHint As DTSLogEntryFrequency _
)
'Utilizzo
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
)
Parametri
- LogEntryName
Tipo: System. . :: . .String
- Description
Tipo: System. . :: . .String
- FrequencyHint
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .DTSLogEntryFrequency
Vedere anche