Megosztás:


IDTSProjectAccessor100 Interface

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

Represents an interface for the DTS project assessor.

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

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("C040D4A3-B096-4E7D-A40C-F1751238EB13")> _
Public Interface IDTSProjectAccessor100
'Usage
Dim instance As IDTSProjectAccessor100
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("C040D4A3-B096-4E7D-A40C-F1751238EB13")]
public interface IDTSProjectAccessor100
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"C040D4A3-B096-4E7D-A40C-F1751238EB13")]
public interface class IDTSProjectAccessor100
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("C040D4A3-B096-4E7D-A40C-F1751238EB13")>]
type IDTSProjectAccessor100 =  interface end
public interface IDTSProjectAccessor100

The IDTSProjectAccessor100 type exposes the following members.

Methods

  Name Description
Public method CloseProject Infrastructure. Closes a specified project for the project assessor.
Public method CreateSsisServerExecution Infrastructure. Creates an SSIS server execution.
Public method OpenProject Infrastructure. Opens a specified project for the project assessor.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace