Gets or sets the collection of IgnoredObjectElement.

Namespace: SSIS.Test.Configuration
Assembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)

Syntax

C#
public IgnoredObjectsCollection IgnoredObjects { get; set; }
Visual Basic
Public Property IgnoredObjects As IgnoredObjectsCollection
	Get
	Set
Visual C++
public:
property IgnoredObjectsCollection^ IgnoredObjects {
	IgnoredObjectsCollection^ get ();
	void set (IgnoredObjectsCollection^ value);
}

See Also