Compartilhar via


Interface ITaskSupportProject100

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Defines method for the task that supports a project.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
<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

O tipo ITaskSupportProject100 expõe os membros a seguir.

Métodos

  Nome Descrição
Método público SetProject Infraestrutura. Sets the specified project.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper