Udostępnij przez


DTSBufferManagerClass.IsVirtual Property

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

'Deklaracja
<DispIdAttribute(131)> _
Public Overridable ReadOnly Property IsVirtual ( _
    <InAttribute> hBufferType As Integer _
) As Boolean Implements IDTSBufferManager100.IsVirtual
[DispIdAttribute(131)] 
public virtual bool IDTSBufferManager100.IsVirtual [
    [InAttribute] int hBufferType
] { get; }
[DispIdAttribute(131)] 
public:
virtual property bool IsVirtual [int] {
    bool get ([InAttribute] int hBufferType) = IDTSBufferManager100::IsVirtual::get;
}
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

  • hBufferType
    The ID of the specified buffer.

Property Value

true if the buffer is a virtual buffer; otherwise, false.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.