This class represents a property of a package. Use this class to get and set package properties.
Namespace: SSIS.Test.DtsAssembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)
Syntax
| C# |
|---|
public sealed class DtsObjectProperty : DtsObject |
| Visual Basic |
|---|
Public NotInheritable Class DtsObjectProperty _
Inherits DtsObject |
| Visual C++ |
|---|
public ref class DtsObjectProperty sealed : public DtsObject |
Inheritance Hierarchy
See Also