Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Specifies the type of the data record index.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Syntax
'Declaration
Protected Shared Function idxOfDataRecordType ( _
type As Type _
) As Integer
'Usage
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
Parameters
- type
Type: System.Type
The type.
Return Value
Type: System.Int32
The type of the data record index.