Interface IDTSSupportPerfRecorder100
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 support for the performance recorder.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<GuidAttribute("66C98826-11C8-4359-81CF-AE270AF61519")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSSupportPerfRecorder100
'Uso
Dim instance As IDTSSupportPerfRecorder100
[GuidAttribute("66C98826-11C8-4359-81CF-AE270AF61519")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IDTSSupportPerfRecorder100
[GuidAttribute(L"66C98826-11C8-4359-81CF-AE270AF61519")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDTSSupportPerfRecorder100
[<GuidAttribute("66C98826-11C8-4359-81CF-AE270AF61519")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IDTSSupportPerfRecorder100 = interface end
public interface IDTSSupportPerfRecorder100
O tipo IDTSSupportPerfRecorder100 expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
GetPerfRecorder | Infraestrutura. Gets the performance recorder. | |
SetPerfRecorder | Infraestrutura. Sets the performance recorder. |
Início