Interface IDTSManagedComponent100
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 an interface for the DTS managed components.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
<GuidAttribute("B45F931C-F5CD-4FB4-B349-884D5CEC344B")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSManagedComponent100
'Utilisation
Dim instance As IDTSManagedComponent100
[GuidAttribute("B45F931C-F5CD-4FB4-B349-884D5CEC344B")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IDTSManagedComponent100
[GuidAttribute(L"B45F931C-F5CD-4FB4-B349-884D5CEC344B")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDTSManagedComponent100
[<GuidAttribute("B45F931C-F5CD-4FB4-B349-884D5CEC344B")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IDTSManagedComponent100 = interface end
public interface IDTSManagedComponent100
Le type IDTSManagedComponent100 expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
InnerObject | Infrastructure. Gets the inner object for the IDTSManagedComponent100. |
Haut de la page