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.Sql2014
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[GuidAttribute("D84C8ACA-D904-4911-9533-D4D9D2825AB5")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[TypeLibTypeAttribute(TypeLibTypeFlags::FOleAutomation)]
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: