PipelineComponent.idxOfDataRecordType 方法
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Specifies the type of the data record index.
命名空間: Microsoft.SqlServer.Dts.Pipeline
組件: Microsoft.SqlServer.PipelineHost (在 Microsoft.SqlServer.PipelineHost.dll 中)
語法
'宣告
Protected Shared Function idxOfDataRecordType ( _
type As Type _
) As Integer
'用途
Dim type As Type
Dim returnValue As Integer
returnValue = PipelineComponent.idxOfDataRecordType(type)
protected static int idxOfDataRecordType(
Type type
)
protected:
static int idxOfDataRecordType(
Type^ type
)
static member idxOfDataRecordType :
type:Type -> int
protected static function idxOfDataRecordType(
type : Type
) : int
參數
- type
型別:System.Type
The type.
傳回值
型別:System.Int32
The type of the data record index.