Interfaccia IDTSPerfRecorder100

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

Represents the interface for the performance recorder.

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

Sintassi

'Dichiarazione
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("299F29A4-F752-462B-9855-6648A45166F9")> _
Public Interface IDTSPerfRecorder100
'Utilizzo
Dim instance As IDTSPerfRecorder100
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("299F29A4-F752-462B-9855-6648A45166F9")]
public interface IDTSPerfRecorder100
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"299F29A4-F752-462B-9855-6648A45166F9")]
public interface class IDTSPerfRecorder100
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("299F29A4-F752-462B-9855-6648A45166F9")>]
type IDTSPerfRecorder100 =  interface end
public interface IDTSPerfRecorder100

Nel tipo IDTSPerfRecorder100 sono esposti i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico GetCounterValues Infrastruttura. Retrieves the values of the counter.
Metodo pubblico UpdateCounter32 Infrastruttura. Updates the counter for the 32 bit signed integers.
Metodo pubblico UpdateCounter64 Infrastruttura. Updates the counter for the 64 bit signed integers.

In alto

Vedere anche

Riferimento

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