Interface IDTSPerfRecorder100
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents the interface for the performance recorder.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("299F29A4-F752-462B-9855-6648A45166F9")> _
Public Interface IDTSPerfRecorder100
'Uso
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
O tipo IDTSPerfRecorder100 expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
GetCounterValues | Infraestrutura. Retrieves the values of the counter. | |
UpdateCounter32 | Infraestrutura. Updates the counter for the 32 bit signed integers. | |
UpdateCounter64 | Infraestrutura. Updates the counter for the 64 bit signed integers. |
Início