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
- type
Type: System.Type
The given Type.
Return Value
Type: Microsoft.Data.Schema.SchemaModel.ModelAnnotationClass
Returns an annotation metadata object.
.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.