ModelSchema.GetInstantiatingAnnotationClass-Methode
Gibt das Anmerkungsmetadatenobjekt zurück, das zur Instanziierung des angegebenen Typs verwendet wird.
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
Parameter
- type
Typ: System.Type
Der angegebene Type.
Rückgabewert
Typ: Microsoft.Data.Schema.SchemaModel.ModelAnnotationClass
Gibt ein Anmerkungsmetadatenobjekt zurück.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.