ModelStore.Annotation.GetProperty<TProperty> メソッド

指定したプロパティを返します。

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

構文

'宣言
Public Function GetProperty(Of TProperty) ( _
    propertyClass As PropertyClass _
) As TProperty
'使用
Dim instance As ModelStore..::.Annotation
Dim propertyClass As PropertyClass
Dim returnValue As TProperty

returnValue = instance.GetProperty(propertyClass)
public TProperty GetProperty<TProperty>(
    PropertyClass propertyClass
)
public:
generic<typename TProperty>
virtual TProperty GetProperty(
    PropertyClass^ propertyClass
) sealed
JScript では、ジェネリックな型またはメソッドは使用できません。

型パラメータ

  • TProperty

パラメータ

戻り値

型 : TProperty

参照

参照

ModelStore.Annotation クラス

ModelStore.Annotation メンバ

Microsoft.Data.Schema.SchemaModel 名前空間