IDTSBufferManager100.IsVirtual[Int32] プロパティ

定義

指定されたバッファーが仮想バッファーかどうかを示す値を取得します。

public:
 property bool IsVirtual[int] { bool get(int hBufferType); };
[System.Runtime.InteropServices.DispId(131)]
public bool IsVirtual[int hBufferType] { [System.Runtime.InteropServices.DispId(131)] get; }
[<System.Runtime.InteropServices.DispId(131)>]
[<get: System.Runtime.InteropServices.DispId(131)>]
member this.IsVirtual(int) : bool
Public ReadOnly Property IsVirtual(hBufferType As Integer) As Boolean

パラメーター

hBufferType
Int32

指定されたバッファーの ID です。

プロパティ値

バッファーが仮想バッファーの場合は true。それ以外の場合は false。

属性

適用対象