Share via


StaticCodeAnalysisTask.ErrorsFromOtherComponents Property

Gets or sets a list of errors from other components.

Namespace:  Microsoft.Data.Schema.Tasks
Assembly:  Microsoft.Data.Schema.Tasks (in Microsoft.Data.Schema.Tasks.dll)

Syntax

'Declaration
Protected Property ErrorsFromOtherComponents As List(Of Tuple(Of DataSchemaError, Object))
'Usage
Dim value As List(Of Tuple(Of DataSchemaError, Object))

value = Me.ErrorsFromOtherComponents 

Me.ErrorsFromOtherComponents = value
protected List<Tuple<DataSchemaError, Object>> ErrorsFromOtherComponents { get; set; }
protected:
property List<Tuple<DataSchemaError^, Object^>>^ ErrorsFromOtherComponents {
    List<Tuple<DataSchemaError^, Object^>>^ get ();
    void set (List<Tuple<DataSchemaError^, Object^>>^ value);
}
protected function get ErrorsFromOtherComponents () : List<Tuple<DataSchemaError, Object>>
protected function set ErrorsFromOtherComponents (value : List<Tuple<DataSchemaError, Object>>)

Property Value

Type: System.Collections.Generic.List<Tuple<DataSchemaError, Object>>

.NET Framework Security

See Also

Reference

StaticCodeAnalysisTask Class

StaticCodeAnalysisTask Members

Microsoft.Data.Schema.Tasks Namespace