Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Public Overridable ReadOnly Property IsVirtual ( _
hBufferType As Integer _
) As Boolean
Get
'Usage
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 supports the use of indexed properties, but not the declaration of new ones.
Parameters
- hBufferType
Type: System.Int32
The ID of the specified buffer.
Property Value
Type: System.Boolean
true if the buffer is a virtual buffer; otherwise, false.
Implements
IDTSBufferManager100.IsVirtual[Int32]