DataGenerationServices.Annotate Method
Returns a list of errors.
Namespace: Microsoft.Data.Schema.DataGenerator
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public MustOverride Function Annotate ( _
targetTable As ITable _
) As IList(Of DataSchemaError)
'Usage
Dim instance As DataGenerationServices
Dim targetTable As ITable
Dim returnValue As IList(Of DataSchemaError)
returnValue = instance.Annotate(targetTable)
public abstract IList<DataSchemaError> Annotate(
ITable targetTable
)
public:
virtual IList<DataSchemaError^>^ Annotate(
ITable^ targetTable
) abstract
public abstract function Annotate(
targetTable : ITable
) : IList<DataSchemaError>
abstract Annotate :
targetTable:ITable -> IList<DataSchemaError>
Parameters
- targetTable
Type: Microsoft.Data.Schema.SchemaModel.Abstract.ITable
The target table
Return Value
Type: System.Collections.Generic.IList<DataSchemaError>
.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.