共用方式為


IDTSBufferManager100.IsVirtual 屬性

Gets a value that indicates whether the specified buffer is a virtual buffer.

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件:  Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

語法

'宣告
ReadOnly Property IsVirtual ( _
    hBufferType As Integer _
) As Boolean 
    Get
'用途
Dim instance As IDTSBufferManager100 
Dim hBufferType As Integer 
Dim value As Boolean 

value = instance.IsVirtual(hBufferType)
bool this[
    int hBufferType
] { get; }
property bool IsVirtual[[InAttribute] int hBufferType] {
    bool get ([InAttribute] int hBufferType);
}
abstract IsVirtual : bool
JScript 支援索引屬性的使用,但不支援新屬性的宣告。

參數

  • hBufferType
    型別:System.Int32
    The ID of the specified buffer.

屬性值

型別:System.Boolean
true if the buffer is a virtual buffer; otherwise, false.

請參閱

參考

IDTSBufferManager100 介面

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空間