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

[TypeLibTypeAttribute(TypeLibTypeFlags::FOleAutomation)]
[GuidAttribute("E3376796-4429-4199-9E31-5FEA254DD8E8")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
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: