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

指定之緩衝區的識別碼。

屬性值

Boolean

如果緩衝區為虛擬緩衝區,則為 true;否則為 false。

屬性

適用於