Compartir a través de


IDTSBufferManager100.IsVirtual Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
ReadOnly Property IsVirtual ( _
    hBufferType As Integer _
) As Boolean 
    Get
'Uso
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

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

Valor de la propiedad

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

Vea también

Referencia

IDTSBufferManager100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper