Share via


DataGenerationServices.GetAnnotationsIncludedInSerialization Method

Returns a list of types of annotations that are included when a data generation plan is serialized.

Namespace:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Public Overridable Function GetAnnotationsIncludedInSerialization As IList(Of Type)
public virtual IList<Type> GetAnnotationsIncludedInSerialization()
public:
virtual IList<Type^>^ GetAnnotationsIncludedInSerialization()
abstract GetAnnotationsIncludedInSerialization : unit -> IList<Type> 
override GetAnnotationsIncludedInSerialization : unit -> IList<Type> 
public function GetAnnotationsIncludedInSerialization() : IList<Type>

Return Value

Type: System.Collections.Generic.IList<Type>
The types of annotations that you want to be included in serialization.

Remarks

Provide this information through this method so that your database schema model can be represented in Visual Studio projects, where users can create and manipulate database objects that you have defined in your model.

.NET Framework Security

See Also

Reference

DataGenerationServices Class

Microsoft.Data.Schema.Tools.DataGenerator Namespace

IModelAnnotation