idxOfDataRecordType 方法
此 API 支援 基礎結構,但無法直接從您的程式碼使用。
命名空間: 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