Interface IDTSSupportPerfRecorder100
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 support for the performance recorder.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
<GuidAttribute("66C98826-11C8-4359-81CF-AE270AF61519")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSSupportPerfRecorder100
'Utilisation
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
Le type IDTSSupportPerfRecorder100 expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
![]() |
GetPerfRecorder | Infrastructure. Gets the performance recorder. |
![]() |
SetPerfRecorder | Infrastructure. Sets the performance recorder. |
Haut de la page