IsVirtual 속성
Gets a value that indicates whether the specified buffer is a virtual buffer.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)
구문
‘선언
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는 인덱싱된 속성의 사용을 지원하지만 새로운 인덱싱된 속성 선언은 지원하지 않습니다.
매개 변수
- hBufferType
유형: System. . :: . .Int32
The ID of the specified buffer.
속성 값
유형: System. . :: . .Boolean
true if the buffer is a virtual buffer; otherwise, false.