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
- projectStore
Type: Microsoft.Data.Schema.SchemaModel.DataSchemaModel
The project store
Return Value
Type: System.Collections.Generic.IList<Type>
Returns null.
.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.