This class represents a property of a package. Use this class to get and set package properties.

Namespace: SSIS.Test.Dts
Assembly: 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

System..::..Object
  SSIS.Test.Dts..::..DtsObject
    SSIS.Test.Dts..::..DtsObjectProperty

See Also