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

Return Value

Type: System.Collections.Generic.IList<DataSchemaError>

.NET Framework Security

See Also

Reference

DataGenerationServices Class

DataGenerationServices Members

Microsoft.Data.Schema.DataGenerator Namespace