IDTSProject100 Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents an interface which contains packages and parameters.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | OfflineMode | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the project is on offline mode. |
![]() | ProtectionLevelRequireConsistency | This API supports the product infrastructure and is not intended to be used directly from your code. Gets whether consistency is required for the level of protection on the project. |
| Name | Description | |
|---|---|---|
![]() | ContainsPackage(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Specified whether the package is contained in the project. |
![]() | EnsureConnectionsAreLoaded() | This API supports the product infrastructure and is not intended to be used directly from your code. Ensures that the connections are loaded for the project. |
![]() | GetConfiguredPackageByName(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the configured package by name. |
![]() | GetConnections() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the connections for the package. |
![]() | GetPackage(Int32, String^%) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the package for the project. |
![]() | GetPackageByName(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the package by name. |
![]() | GetPackageCount() | This API supports the product infrastructure and is not intended to be used directly from your code. Returns the number of package for the project. |
![]() | GetPackageNoLoad(Int32, String^%) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the package that doesn’t have a load. |
![]() | GetParameter(Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the collection of the project parameters. |
![]() | GetParameterCount() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the number of parameters. |
![]() | GetParameterVariable(Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the parameter variable for the project. |
![]() | GetParameterVariableByID(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the parameter variable by identifier. |
![]() | GetParameterVariableByName(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the parameter variable by name. |
![]() | GetProtectionLevel() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the protection level of the project. |
![]() | GetVariables() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the variables for the project. |
![]() | MatchPassword(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Matches the password for the project. |

