IDTSInput100.BufferBase 속성
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Gets the abstract base class of the IDTSInput100.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)
구문
‘선언
ReadOnly Property BufferBase As Integer
Get
‘사용 방법
Dim instance As IDTSInput100
Dim value As Integer
value = instance.BufferBase
int BufferBase { get; }
property int BufferBase {
int get ();
}
abstract BufferBase : int
function get BufferBase () : int
속성 값
유형: System.Int32
The abstract base class of the IDTSInput100.