Partager via


Interface IDTSPerfRecorder100

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

Represents the interface for the performance recorder.

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

Syntaxe

'Déclaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("299F29A4-F752-462B-9855-6648A45166F9")> _
Public Interface IDTSPerfRecorder100
'Utilisation
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

Le type IDTSPerfRecorder100 expose les membres suivants.

Méthodes

  Nom Description
Méthode publique GetCounterValues Infrastructure. Retrieves the values of the counter.
Méthode publique UpdateCounter32 Infrastructure. Updates the counter for the 32 bit signed integers.
Méthode publique UpdateCounter64 Infrastructure. Updates the counter for the 64 bit signed integers.

Haut de la page

Voir aussi

Référence

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