DTSBufferManagerClass.IsVirtual[Int32] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
virtual property bool IsVirtual[int] { bool get(int hBufferType); };
public virtual bool IsVirtual[int hBufferType] { get; }
member this.IsVirtual(int) : bool
Public Overridable ReadOnly Property IsVirtual(hBufferType As Integer) As Boolean
參數
- hBufferType
- Int32
屬性值
如果緩衝區為虛擬緩衝區,則為 true ;否則 為 false。