Udostępnij przez


IDTSBufferManager100.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)> _
ReadOnly Property IsVirtual ( _
    <InAttribute> hBufferType As Integer _
) As Boolean
[DispIdAttribute(131)] 
bool IsVirtual [
    [InAttribute] int hBufferType
] { get; }
[DispIdAttribute(131)] 
property bool IsVirtual [int] {
    bool get ([InAttribute] int hBufferType);
}
/** @property */
/** @attribute DispIdAttribute(131) */ 
boolean get_IsVirtual (/** @attribute InAttribute() */ int hBufferType)

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.