Gets a component of the package that is the source of the error.
Namespace: SSIS.Test.DtsAssembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)
Syntax
C# |
---|
public string Source { get; private set; } |
Visual Basic |
---|
Public Property Source As String
Get
Private Set |
Visual C++ |
---|
public:
property String^ Source {
String^ get ();
private: void set (String^ value);
} |
See Also