Partager via


Propriété IDTSLogEntryInfo100.FrequencyHint

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

For more information, see LogEntryInfo.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
ReadOnly Property FrequencyHint As DTSLogEntryFrequency 
    Get
'Utilisation
Dim instance As IDTSLogEntryInfo100 
Dim value As DTSLogEntryFrequency 

value = instance.FrequencyHint
DTSLogEntryFrequency FrequencyHint { get; }
property DTSLogEntryFrequency FrequencyHint {
    DTSLogEntryFrequency get ();
}
abstract FrequencyHint : DTSLogEntryFrequency
function get FrequencyHint () : DTSLogEntryFrequency

Valeur de propriété

Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSLogEntryFrequency

Voir aussi

Référence

IDTSLogEntryInfo100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper