Поделиться через


Свойство 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