IDTSProjectPackage100 Interface

 

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

Represents a DTS project which contains packages.

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

[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute("04FF29CA-D6F5-422E-A8D1-A27A6563666E")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FOleAutomation)]
public interface class IDTSProjectPackage100

NameDescription
System_CAPS_pubmethodGetProject()

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

Gets the DTS project.

System_CAPS_pubmethodPasswordMatch(String^)

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

Determines whether the specified password matches with package password.

System_CAPS_pubmethodSetProject(IDTSProject100^, String^)

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

Sets the DTS project.

Return to top
Show: