Proprietà IDTSLogEntryInfo100.FrequencyHint

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

For more information, see LogEntryInfo.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
ReadOnly Property FrequencyHint As DTSLogEntryFrequency 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

IDTSLogEntryInfo100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper