Share via


IDTSPerfRecorder100 인터페이스

정의

성능 레코더에 대한 인터페이스를 나타냅니다.

public interface class IDTSPerfRecorder100
[System.Runtime.InteropServices.Guid("63521737-F032-4CD9-BA33-4F0FE58AB8A7")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)]
public interface IDTSPerfRecorder100
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.Guid("F585FE9C-7AAA-4DCE-A3F8-47ECF02A87CB")]
public interface IDTSPerfRecorder100
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.Guid("3275D481-5C6D-4CD8-B07C-D756548DF149")]
public interface IDTSPerfRecorder100
[<System.Runtime.InteropServices.Guid("63521737-F032-4CD9-BA33-4F0FE58AB8A7")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)>]
type IDTSPerfRecorder100 = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)>]
[<System.Runtime.InteropServices.Guid("F585FE9C-7AAA-4DCE-A3F8-47ECF02A87CB")>]
type IDTSPerfRecorder100 = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)>]
[<System.Runtime.InteropServices.Guid("3275D481-5C6D-4CD8-B07C-D756548DF149")>]
type IDTSPerfRecorder100 = interface
Public Interface IDTSPerfRecorder100
특성

메서드

GetCounterValues(String[], Int64[])

카운터의 값을 검색합니다.

UpdateCounter32(UInt32, Int32)

카운터를 32비트 부호 있는 정수로 업데이트합니다.

UpdateCounter64(UInt32, Int64)

카운터를 64비트 부호 있는 정수로 업데이트합니다.

적용 대상