PipelineComponent.idxOfBufferType 메서드
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Specifies the type of the buffer index.
이 API는 CLS 규격이 아닙니다.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline
어셈블리: Microsoft.SqlServer.PipelineHost(Microsoft.SqlServer.PipelineHost.dll)
구문
‘선언
<CLSCompliantAttribute(False)> _
Protected Shared Function idxOfBufferType ( _
type As DataType _
) As Integer
‘사용 방법
Dim type As DataType
Dim returnValue As Integer
returnValue = PipelineComponent.idxOfBufferType(type)
[CLSCompliantAttribute(false)]
protected static int idxOfBufferType(
DataType type
)
[CLSCompliantAttribute(false)]
protected:
static int idxOfBufferType(
DataType type
)
[<CLSCompliantAttribute(false)>]
static member idxOfBufferType :
type:DataType -> int
protected static function idxOfBufferType(
type : DataType
) : int
매개 변수
- type
유형: Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType
The type.
반환 값
유형: System.Int32
The type of the buffer index.