OdbcParameter.OdbcType プロパティ
定義
public:
property System::Data::Odbc::OdbcType OdbcType { System::Data::Odbc::OdbcType get(); void set(System::Data::Odbc::OdbcType value); };
[System.Data.Common.DbProviderSpecificTypeProperty(true)]
public System.Data.Odbc.OdbcType OdbcType { get; set; }
public System.Data.Odbc.OdbcType OdbcType { get; set; }
[<System.Data.Common.DbProviderSpecificTypeProperty(true)>]
member this.OdbcType : System.Data.Odbc.OdbcType with get, set
member this.OdbcType : System.Data.Odbc.OdbcType with get, set
Public Property OdbcType As OdbcType
プロパティ値
パラメーターの OdbcType を示す OdbcType 値。An OdbcType value that is the OdbcType of the parameter. 既定値は、Nchar
です。The default is Nchar
.
- 属性
注釈
OdbcTypeとが DbType リンクされています。The OdbcType and DbType are linked. したがって、をに設定すると、 DbType がサポートされるに変更され OdbcType OdbcType ます。Therefore, setting the DbType changes the OdbcType to a supporting OdbcType.
サポートされているデータ型の一覧については、該当するメンバーを参照してください OdbcType 。For a list of the supported data types, see the appropriate OdbcType member. 詳しくは、「DataAdapter パラメーター」をご覧ください。For more information, see DataAdapter Parameters.