다음을 통해 공유


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

구문

‘선언
Public Overridable ReadOnly Property IsVirtual ( _
    hBufferType As Integer _
) As Boolean
    Get
‘사용 방법
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는 인덱싱된 속성의 사용을 지원하지만 새로운 인덱싱된 속성 선언은 지원하지 않습니다.

매개 변수

속성 값

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

구현

IDTSBufferManager100. . :: . .IsVirtual[ ( [ ( Int32] ) ] )