Compartir a través de


Interfaz ITaskSupportProject100

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Defines method for the task that supports a project.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
<GuidAttribute("E4497CFB-F044-48DD-9396-D585462632D0")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface ITaskSupportProject100
'Uso
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

El tipo ITaskSupportProject100 expone los siguientes miembros.

Métodos

  Nombre Descripción
Método público SetProject Infraestructura. Sets the specified project.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper