Gets a repository where a target package is loaded.

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

Syntax

C#
public string Repository { get; private set; }
Visual Basic
Public Property Repository As String
	Get
	Private Set
Visual C++
public:
property String^ Repository {
	String^ get ();
	private: void set (String^ value);
}

See Also