IDTSBufferManager100.IsVirtual[Int32] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur qui indique si la mémoire tampon spécifiée est une mémoire tampon virtuelle.
public:
property bool IsVirtual[int] { bool get(int hBufferType); };
[System.Runtime.InteropServices.DispId(131)]
public bool IsVirtual[int hBufferType] { [System.Runtime.InteropServices.DispId(131)] get; }
[<System.Runtime.InteropServices.DispId(131)>]
[<get: System.Runtime.InteropServices.DispId(131)>]
member this.IsVirtual(int) : bool
Public ReadOnly Property IsVirtual(hBufferType As Integer) As Boolean
Paramètres
- hBufferType
- Int32
ID de la mémoire tampon spécifiée.
Valeur de propriété
true si la mémoire tampon est une mémoire tampon virtuelle ; sinon, false.
- Attributs