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

[TypeLibTypeAttribute(TypeLibTypeFlags::FOleAutomation)]
[GuidAttribute("1E37D03B-715A-434D-A971-6828D45B8734")]
[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: