Metodo ScriptComponent.SetBufferColumnIndexes

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Sets the index of the buffer columns.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.TxScript (in Microsoft.SqlServer.TxScript.dll)

Sintassi

'Dichiarazione
Public Sub SetBufferColumnIndexes ( _
    ObjectIDsToUse As Integer(), _
    BufferColumnIndexesToUse As Integer()() _
)
'Utilizzo
Dim instance As ScriptComponent 
Dim ObjectIDsToUse As Integer()
Dim BufferColumnIndexesToUse As Integer()()

instance.SetBufferColumnIndexes(ObjectIDsToUse, _
    BufferColumnIndexesToUse)
public void SetBufferColumnIndexes(
    int[] ObjectIDsToUse,
    int[][] BufferColumnIndexesToUse
)
public:
void SetBufferColumnIndexes(
    array<int>^ ObjectIDsToUse, 
    array<array<int>^>^ BufferColumnIndexesToUse
)
member SetBufferColumnIndexes : 
        ObjectIDsToUse:int[] * 
        BufferColumnIndexesToUse:int[][] -> unit
public function SetBufferColumnIndexes(
    ObjectIDsToUse : int[], 
    BufferColumnIndexesToUse : int[][]
)

Parametri

  • ObjectIDsToUse
    Tipo: array<System.Int32[]
    The collection of object identifier.
  • BufferColumnIndexesToUse
    Tipo: array<array<System.Int32[][]
    The collection of buffer column indexes.

Vedere anche

Riferimento

ScriptComponent Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline