ITaskSupportProject100-Schnittstelle
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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
Der ITaskSupportProject100-Typ macht folgende Elemente verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
SetProject | Infrastruktur Sets the specified project. |
Zum Anfang