DataGenerationServices.GetCopiedAnnotationTypes Method

Returns a list of annotation types.

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

Syntax

'Declaration
Public Overridable Function GetCopiedAnnotationTypes ( _
    projectStore As DataSchemaModel _
) As IList(Of Type)
'Usage
Dim instance As DataGenerationServices
Dim projectStore As DataSchemaModel
Dim returnValue As IList(Of Type)

returnValue = instance.GetCopiedAnnotationTypes(projectStore)
public virtual IList<Type> GetCopiedAnnotationTypes(
    DataSchemaModel projectStore
)
public:
virtual IList<Type^>^ GetCopiedAnnotationTypes(
    DataSchemaModel^ projectStore
)
public function GetCopiedAnnotationTypes(
    projectStore : DataSchemaModel
) : IList<Type>
abstract GetCopiedAnnotationTypes : 
        projectStore:DataSchemaModel -> IList<Type> 
override GetCopiedAnnotationTypes : 
        projectStore:DataSchemaModel -> IList<Type> 

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

DataGenerationServices Class

DataGenerationServices Members

Microsoft.Data.Schema.DataGenerator Namespace