Leggere in inglese

Condividi tramite


Proprietà DTSBufferManagerClass.IsVirtual

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

public virtual bool this[
    int hBufferType
] { get; }

Parametri

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

Valore proprietà

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

Implementa

IDTSBufferManager100.IsVirtual[Int32]

Vedere anche

Riferimento

DTSBufferManagerClass Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper