次の方法で共有


ModelAnnotation.RegisterPropertyClass<TProperty> メソッド

注釈を持つプロパティの型を登録します。

名前空間:  Microsoft.Data.Schema.SchemaModel
アセンブリ:  Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)

構文

'宣言
Protected Shared Function RegisterPropertyClass(Of TProperty) ( _
    annotationClass As ModelAnnotationClass, _
    propertyName As String, _
    defaultValue As TProperty _
) As ModelPropertyClass
protected static ModelPropertyClass RegisterPropertyClass<TProperty>(
    ModelAnnotationClass annotationClass,
    string propertyName,
    TProperty defaultValue
)
protected:
generic<typename TProperty>
static ModelPropertyClass^ RegisterPropertyClass(
    ModelAnnotationClass^ annotationClass, 
    String^ propertyName, 
    TProperty defaultValue
)
static member RegisterPropertyClass : 
        annotationClass:ModelAnnotationClass * 
        propertyName:string * 
        defaultValue:'TProperty -> ModelPropertyClass 
JScript では、ジェネリックな型またはメソッドは使用できません。

型パラメーター

  • TProperty
    プロパティ値の Type

パラメーター

  • propertyName
    型: System.String
    プロパティの名前を格納している string。
  • defaultValue
    型: TProperty
    既定値を表す TProperty 型のオブジェクト。

戻り値

型: Microsoft.Data.Schema.SchemaModel.ModelPropertyClass
登録されているプロパティのメタデータ オブジェクト。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

ModelAnnotation クラス

Microsoft.Data.Schema.SchemaModel 名前空間

ModelAnnotationClass