다음을 통해 공유


IDTSBufferManager100.IsVirtual[Int32] 속성

정의

지정된 버퍼가 가상 버퍼인지 여부를 나타내는 값을 가져옵니다.

public:
 property bool IsVirtual[int] { bool get(int hBufferType); };
[System.Runtime.InteropServices.DispId(131)]
public bool IsVirtual[int hBufferType] { [System.Runtime.InteropServices.DispId(131)] get; }
[<System.Runtime.InteropServices.DispId(131)>]
[<get: System.Runtime.InteropServices.DispId(131)>]
member this.IsVirtual(int) : bool
Public ReadOnly Property IsVirtual(hBufferType As Integer) As Boolean

매개 변수

hBufferType
Int32

지정된 버퍼의 ID입니다.

속성 값

버퍼가 가상 버퍼이면 true입니다. 그렇지 않으면 false입니다.

특성

적용 대상