Share via


ModelSchema.GetInstantiatingAnnotationClass Method

Returns the annotation metadata object that is used to instantiate the given type.

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

Syntax

'Declaration
Public Function GetInstantiatingAnnotationClass ( _
    type As Type _
) As ModelAnnotationClass
public ModelAnnotationClass GetInstantiatingAnnotationClass(
    Type type
)
public:
ModelAnnotationClass^ GetInstantiatingAnnotationClass(
    Type^ type
)
member GetInstantiatingAnnotationClass : 
        type:Type -> ModelAnnotationClass 
public function GetInstantiatingAnnotationClass(
    type : Type
) : ModelAnnotationClass

Parameters

Return Value

Type: Microsoft.Data.Schema.SchemaModel.ModelAnnotationClass
Returns an annotation metadata object.

.NET Framework Security

See Also

Reference

ModelSchema Class

Microsoft.Data.Schema.SchemaModel Namespace

ModelAnnotationClass