Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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[]