Bagikan melalui


ITaskSupportProject100 Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Defines method for the task that supports a project.

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

Syntax

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

The ITaskSupportProject100 type exposes the following members.

Methods

  Name Description
Public method SetProject Infrastructure. Sets the specified project.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace