Interface ITaskSupportProject100
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Defines method for the task that supports a project.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
<GuidAttribute("E4497CFB-F044-48DD-9396-D585462632D0")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface ITaskSupportProject100
'Utilisation
Dim instance As ITaskSupportProject100
[GuidAttribute("E4497CFB-F044-48DD-9396-D585462632D0")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface ITaskSupportProject100
[GuidAttribute(L"E4497CFB-F044-48DD-9396-D585462632D0")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class ITaskSupportProject100
[<GuidAttribute("E4497CFB-F044-48DD-9396-D585462632D0")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type ITaskSupportProject100 = interface end
public interface ITaskSupportProject100
Le type ITaskSupportProject100 expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
![]() |
SetProject | Infrastructure. Sets the specified project. |
Haut de la page