Share via


IDTSProjectPackage100 Interface

This API supports the SQL Server 2012 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)

Syntax

'Declaration
<GuidAttribute("E3376796-4429-4199-9E31-5FEA254DD8E8")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSProjectPackage100
'Usage
Dim instance As IDTSProjectPackage100
[GuidAttribute("E3376796-4429-4199-9E31-5FEA254DD8E8")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IDTSProjectPackage100
[GuidAttribute(L"E3376796-4429-4199-9E31-5FEA254DD8E8")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDTSProjectPackage100
[<GuidAttribute("E3376796-4429-4199-9E31-5FEA254DD8E8")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IDTSProjectPackage100 =  interface end
public interface IDTSProjectPackage100

The IDTSProjectPackage100 type exposes the following members.

Methods

  Name Description
Public method GetProject Infrastructure. Gets the DTS project.
Public method PasswordMatch Infrastructure. Determines whether the specified password matches with package password.
Public method SetProject Infrastructure. Sets the DTS project.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace