Share via


IDTSProject100 Interface

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

Represents an interface which contains packages and parameters.

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

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("7150DFB5-0FBC-4CD6-9A09-42AA460154E9")> _
Public Interface IDTSProject100
'Usage
Dim instance As IDTSProject100
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("7150DFB5-0FBC-4CD6-9A09-42AA460154E9")]
public interface IDTSProject100
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"7150DFB5-0FBC-4CD6-9A09-42AA460154E9")]
public interface class IDTSProject100
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("7150DFB5-0FBC-4CD6-9A09-42AA460154E9")>]
type IDTSProject100 =  interface end
public interface IDTSProject100

The IDTSProject100 type exposes the following members.

Properties

  Name Description
Public property OfflineMode Infrastructure. Gets or sets a value that indicates whether the project is on offline mode.
Public property ProtectionLevelRequireConsistency Infrastructure. Gets whether consistency is required for the level of protection on the project.

Top

Methods

  Name Description
Public method ContainsPackage Infrastructure. Specified whether the package is contained in the project.
Public method EnsureConnectionsAreLoaded Infrastructure. Ensures that the connections are loaded for the project.
Public method GetConfiguredPackageByName Infrastructure. Gets the configured package by name.
Public method GetConnections Infrastructure. Gets the connections for the package.
Public method GetPackage Infrastructure. Gets the package for the project.
Public method GetPackageByName Infrastructure. Gets the package by name.
Public method GetPackageCount Infrastructure. Returns the number of package for the project.
Public method GetPackageNoLoad Infrastructure. Gets the package that doesn’t have a load.
Public method GetParameter Infrastructure. Gets the collection of the project parameters.
Public method GetParameterCount Infrastructure. Gets the number of parameter.
Public method GetParameterVariable Infrastructure. Gets the parameter variable for the project.
Public method GetParameterVariableByID Infrastructure. Gets the parameter variable by identifier.
Public method GetParameterVariableByName Infrastructure. Gets the parameter variable by name.
Public method GetProtectionLevel Infrastructure. Gets the protection level of the project.
Public method GetVariables Infrastructure. Gets the variables for the project.
Public method MatchPassword Infrastructure. Matches the password for the project.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace