다음을 통해 공유


IsVirtual 속성

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

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap.dll의 Microsoft.SqlServer.DTSPipelineWrap

구문

‘선언
ReadOnly Property IsVirtual ( _
    hBufferType As Integer _
) As Boolean
    Get
‘사용 방법
Dim instance As IDTSBufferManager100
Dim hBufferType As Integer
Dim value As Boolean

value = instance.IsVirtual(hBufferType)
bool this[
    int hBufferType
] { get; }
property bool IsVirtual[[InAttribute] int hBufferType] {
    bool get ([InAttribute] int hBufferType);
}
abstract IsVirtual : bool
Jscript는 인덱싱된 속성의 사용을 지원하지만 새로운 인덱싱된 속성 선언은 지원하지 않습니다.

매개 변수

속성 값

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