DTSBufferManagerClass.IsVirtual[Int32] 속성

정의

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

public:
 virtual property bool IsVirtual[int] { bool get(int hBufferType); };
public virtual bool IsVirtual[int hBufferType] { get; }
member this.IsVirtual(int) : bool
Public Overridable ReadOnly Property IsVirtual(hBufferType As Integer) As Boolean

매개 변수

hBufferType
Int32

지정된 버퍼의 ID입니다.

속성 값

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

구현

적용 대상