次の方法で共有


IDataFormat.GetBinding メソッド

定義

IDataFormat のバインディングを取得します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 void GetBinding(System::Runtime::InteropServices::VarEnum vtPropHint, int rgfDataFormat, Microsoft::VisualBasic::Compatibility::VB6::IRowset ^ rowset, Microsoft::VisualBasic::Compatibility::VB6::DBCOLUMNINFO % columnInfo, [Runtime::InteropServices::Out] Microsoft::VisualBasic::Compatibility::VB6::DBBINDING % binding, [Runtime::InteropServices::Out] int % size, [Runtime::InteropServices::Out] int % cookie);
public void GetBinding (System.Runtime.InteropServices.VarEnum vtPropHint, int rgfDataFormat, Microsoft.VisualBasic.Compatibility.VB6.IRowset rowset, ref Microsoft.VisualBasic.Compatibility.VB6.DBCOLUMNINFO columnInfo, out Microsoft.VisualBasic.Compatibility.VB6.DBBINDING binding, out int size, out int cookie);
abstract member GetBinding : System.Runtime.InteropServices.VarEnum * int * Microsoft.VisualBasic.Compatibility.VB6.IRowset * DBCOLUMNINFO * DBBINDING * int * int -> unit
Public Sub GetBinding (vtPropHint As VarEnum, rgfDataFormat As Integer, rowset As IRowset, ByRef columnInfo As DBCOLUMNINFO, ByRef binding As DBBINDING, ByRef size As Integer, ByRef cookie As Integer)

パラメーター

vtPropHint
VarEnum

VarEnum

rgfDataFormat
Int32

Integer

rowset
IRowset

IRowset

columnInfo
DBCOLUMNINFO

DBCOLUMNINFO 構造。

binding
DBBINDING

DBBINDING 構造。

size
Int32

Integer

cookie
Int32

Integer

注釈

インターフェイスは IDataFormat 、Visual Basic 6.0 アプリケーションを Visual Basic にアップグレードするためのツールによって内部的に使用されます。

注意

Microsoft.VisualBasic.Compatibility.VB6 名前空間の関数とオブジェクトは、Visual Basic 6.0 から Visual Basic 2008 へのアップグレード ツールで使用するために用意されています。 ほとんどの場合、これらの関数とオブジェクトは、.NET Framework の他の名前空間にある機能と重複しています。 これらが必要になるのは、Visual Basic 6.0 のコード モデルが .NET Framework の実装と大きく異なる場合だけです。

適用対象