Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.