IDTSProjectAccessor100 Interface

 

This API supports the product 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.Sql2012
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[TypeLibTypeAttribute(TypeLibTypeFlags::FOleAutomation)]
[GuidAttribute("C040D4A3-B096-4E7D-A40C-F1751238EB13")]
public interface class IDTSProjectAccessor100

NameDescription
System_CAPS_pubmethodCloseProject(IDTSProject100^)

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

Closes a specified project for the project assessor.

System_CAPS_pubmethodCreateSsisServerExecution(String^, String^, String^, Boolean)

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

Creates an SSIS server execution.

System_CAPS_pubmethodOpenProject(String^, String^, IDTSEvents100^)

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

Opens a specified project for the project assessor.

Return to top
Show: