Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
An array of column indexes.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.TxScript (in Microsoft.SqlServer.TxScript.dll)
Syntax
'Declaration
Protected BufferColumnIndexes As Integer()
'Usage
Dim value As Integer()
value = Me.BufferColumnIndexes
Me.BufferColumnIndexes = value
protected int[] BufferColumnIndexes
protected:
array<int>^ BufferColumnIndexes
val mutable BufferColumnIndexes: int[]
protected var BufferColumnIndexes : int[]