MetadataProperty クラス

定義

ADO.NET のメタデータ階層における項目のメタデータ属性を表します。

public ref class MetadataProperty sealed : System::Data::Metadata::Edm::MetadataItem
public sealed class MetadataProperty : System.Data.Metadata.Edm.MetadataItem
type MetadataProperty = class
    inherit MetadataItem
Public NotInheritable Class MetadataProperty
Inherits MetadataItem
継承
MetadataProperty

注釈

ADO.NET メタデータ階層内のすべてのアイテムに、厳密に型指定されたプロパティ バッグとしてアクセスできます。 EdmType クラスには、NameNamespaceName などのプロパティが存在します。 EdmType クラスは、MetadataProperties オブジェクトのコレクションである MetadataProperty プロパティも継承しています。 アプリケーションから EdmType クラスのインスタンスを作成すると、MetadataProperties プロパティや MetadataProperty プロパティなど、Name オブジェクトのコレクションが、NamespaceName プロパティに対して自動的に格納されます。

プロパティ

BuiltInTypeKind

この MetadataProperty の組み込み型種別を取得します。

Documentation

この型に関連付けられているドキュメントを取得または設定します。

(継承元 MetadataItem)
MetadataProperties

現在の型のプロパティの一覧を取得します。

(継承元 MetadataItem)
Name

この MetadataProperty の名前を取得します。

PropertyKind

この PropertyKind の値を取得します。

TypeUsage

この TypeUsage の型と、その型のファセットの両方を含んだ MetadataProperty クラスのインスタンスを取得します。

Value

この MetadataProperty の値を取得します。

メソッド

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象