IDTSProject100 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an interface which contains packages and parameters.
public interface class IDTSProject100
[System.Runtime.InteropServices.Guid("757A2F76-02D8-473A-B45D-84AEFFA1DFA4")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)]
public interface IDTSProject100
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.Guid("945E1C1E-F19F-41DA-9758-A0ECD6A28577")]
public interface IDTSProject100
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.Guid("3FF5D8A9-8BD3-4EC4-B4BE-3DCD7F2AA6C3")]
public interface IDTSProject100
[<System.Runtime.InteropServices.Guid("757A2F76-02D8-473A-B45D-84AEFFA1DFA4")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)>]
type IDTSProject100 = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)>]
[<System.Runtime.InteropServices.Guid("945E1C1E-F19F-41DA-9758-A0ECD6A28577")>]
type IDTSProject100 = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)>]
[<System.Runtime.InteropServices.Guid("3FF5D8A9-8BD3-4EC4-B4BE-3DCD7F2AA6C3")>]
type IDTSProject100 = interface
Public Interface IDTSProject100
- Attributes
Properties
OfflineMode |
Gets or sets a value that indicates whether the project is on offline mode. |
ProtectionLevelRequireConsistency |
Gets whether consistency is required for the level of protection on the project. |
Methods
ContainsPackage(String) |
Specified whether the package is contained in the project. |
EnsureConnectionsAreLoaded() |
Ensures that the connections are loaded for the project. |
GetConfiguredPackageByName(String) |
Gets the configured package by name. |
GetConnections() |
Gets the connections for the package. |
GetPackage(Int32, String) |
Gets the package for the project. |
GetPackageByName(String) |
Gets the package by name. |
GetPackageCount() |
Returns the number of package for the project. |
GetPackageNoLoad(Int32, String) |
Gets the package that doesn’t have a load. |
GetParameter(Int32) |
Gets the collection of the project parameters. |
GetParameterCount() |
Gets the number of parameter. |
GetParameterVariable(Int32) |
Gets the parameter variable for the project. |
GetParameterVariableByID(String) |
Gets the parameter variable by identifier. |
GetParameterVariableByName(String) |
Gets the parameter variable by name. |
GetProtectionLevel() |
Gets the protection level of the project. |
GetVariables() |
Gets the variables for the project. |
MatchPassword(String) |
Matches the password for the project. |