次の方法で共有


AttributeCodeFragment クラス

定義

属性の使用法を表します。

public class AttributeCodeFragment
type AttributeCodeFragment = class
Public Class AttributeCodeFragment
継承
AttributeCodeFragment

注釈

詳細と例については、「 データベース プロバイダーと拡張機能の実装 」を参照してください。

コンストラクター

AttributeCodeFragment(Type, IEnumerable<Object>, IDictionary<String,Object>)

AttributeCodeFragment クラスの新しいインスタンスを初期化します。

AttributeCodeFragment(Type, Object[])

AttributeCodeFragment クラスの新しいインスタンスを初期化します。

プロパティ

Arguments

属性の位置引数を取得します。

NamedArguments

属性の名前付き引数を取得します。

Type

属性の型を取得または設定します。

適用対象