次の方法で共有


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 クラスは、MetadataProperty オブジェクトのコレクションであるMetadataProperties プロパティも継承します。 アプリケーションがEdmType クラスのインスタンスを作成すると、MetadataProperties プロパティには、Name プロパティ、NamespaceName プロパティなどのMetadataProperty オブジェクトのコレクションが自動的に格納されます。

プロパティ

名前 説明
BuiltInTypeKind

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

Documentation

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

(継承元 MetadataItem)
MetadataProperties

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

(継承元 MetadataItem)
Name

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

PropertyKind

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

TypeUsage

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

Value

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

メソッド

名前 説明
Equals(Object)

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

(継承元 Object)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

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

(継承元 Object)

適用対象