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 the list of errors to be added to the Error List window of Visual Studio.
Namespace: Microsoft.Data.Schema
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property ErrorsAdded As ICollection(Of DataSchemaError)
public ICollection<DataSchemaError> ErrorsAdded { get; }
public:
property ICollection<DataSchemaError^>^ ErrorsAdded {
ICollection<DataSchemaError^>^ get ();
}
member ErrorsAdded : ICollection<DataSchemaError>
function get ErrorsAdded () : ICollection<DataSchemaError>
Property Value
Type: System.Collections.Generic.ICollection<DataSchemaError>
An ICollectionContract<C> object that contains the DataSchemaError objects to be added.
.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.