SqlSchemaModel.OnGetAnnotationsIncludedInSerialization Method

This member overrides DataSchemaModel.OnGetAnnotationsIncludedInSerialization().

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Overrides Function OnGetAnnotationsIncludedInSerialization As IList(Of Type)
'Usage
Dim instance As SqlSchemaModel
Dim returnValue As IList(Of Type)

returnValue = instance.OnGetAnnotationsIncludedInSerialization()
public override IList<Type> OnGetAnnotationsIncludedInSerialization()
public:
virtual IList<Type^>^ OnGetAnnotationsIncludedInSerialization() override
public override function OnGetAnnotationsIncludedInSerialization() : IList<Type>
abstract OnGetAnnotationsIncludedInSerialization : unit -> IList<Type> 
override OnGetAnnotationsIncludedInSerialization : unit -> IList<Type> 

Return Value

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

.NET Framework Security

See Also

Reference

SqlSchemaModel Class

SqlSchemaModel Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace