次の方法で共有


EdmDirectValueAnnotationBinding クラス

イミディエイト値を持つ EDM 注釈とそれがアタッチされている要素の組み合わせを表します。

継承階層

System.Object
  Microsoft.Data.Edm.Library.Annotations.EdmDirectValueAnnotationBinding

名前空間:  Microsoft.Data.Edm.Library.Annotations
アセンブリ:  Microsoft.Data.Edm (Microsoft.Data.Edm.dll)

構文

'宣言
Public Class EdmDirectValueAnnotationBinding _
    Implements IEdmDirectValueAnnotationBinding
'使用
Dim instance As EdmDirectValueAnnotationBinding
public class EdmDirectValueAnnotationBinding : IEdmDirectValueAnnotationBinding
public ref class EdmDirectValueAnnotationBinding : IEdmDirectValueAnnotationBinding
type EdmDirectValueAnnotationBinding =  
    class
        interface IEdmDirectValueAnnotationBinding
    end
public class EdmDirectValueAnnotationBinding implements IEdmDirectValueAnnotationBinding

EdmDirectValueAnnotationBinding 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド EdmDirectValueAnnotationBinding() EdmDirectValueAnnotationBinding クラスの新しいインスタンスを初期化します。
パブリック メソッド EdmDirectValueAnnotationBinding(IEdmElement, String, String) EdmDirectValueAnnotationBinding クラスの新しいインスタンスを初期化します。
パブリック メソッド EdmDirectValueAnnotationBinding(IEdmElement, String, String, Object) EdmDirectValueAnnotationBinding クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ Element 注釈のアタッチ先の要素を取得または設定します。
パブリック プロパティ LocalName 注釈のローカル名を取得または設定します。
パブリック プロパティ NamespaceUri 注釈の名前空間 URI を取得または設定します。
パブリック プロパティ Value この注釈の値を取得または設定します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.Data.Edm.Library.Annotations 名前空間