Propriété DTSBufferManagerClass.IsVirtual

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

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
Public Overridable ReadOnly Property IsVirtual ( _
    hBufferType As Integer _
) As Boolean 
    Get
'Utilisation
Dim instance As DTSBufferManagerClass 
Dim hBufferType As Integer 
Dim value As Boolean 

value = instance.IsVirtual(hBufferType)
public virtual bool this[
    int hBufferType
] { get; }
public:
virtual property bool IsVirtual[[InAttribute] int hBufferType] {
    bool get ([InAttribute] int hBufferType);
}
abstract IsVirtual : bool 
override IsVirtual : bool
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

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

Valeur de propriété

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

Implémente

IDTSBufferManager100.IsVirtual[Int32]

Voir aussi

Référence

DTSBufferManagerClass Classe

Espace de noms Microsoft.SqlServer.Dts.Pipeline.Wrapper