Méthode Add
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
For more information, see LogEntryInfos.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Sub Add ( _
LogEntryName As String, _
Description As String, _
FrequencyHint As DTSLogEntryFrequency _
)
'Utilisation
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
)
Paramètres
- LogEntryName
Type : System. . :: . .String
- Description
Type : System. . :: . .String
- FrequencyHint
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .DTSLogEntryFrequency
Voir aussi