Freigeben über


IDTSBufferManager100.IsVirtual-Eigenschaft

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

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
ReadOnly Property IsVirtual ( _
    hBufferType As Integer _
) As Boolean 
    Get
'Usage
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 unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.

Parameter

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

Eigenschaftswert

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

Siehe auch

Verweis

IDTSBufferManager100 Schnittstelle

Microsoft.SqlServer.Dts.Pipeline.Wrapper-Namespace