Compartir a través de


ScriptComponent.SetBufferColumnIndexes Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Sets the index of the buffer columns.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline
Ensamblado:  Microsoft.SqlServer.TxScript (en Microsoft.SqlServer.TxScript.dll)

Sintaxis

'Declaración
Public Sub SetBufferColumnIndexes ( _
    ObjectIDsToUse As Integer(), _
    BufferColumnIndexesToUse As Integer()() _
)
'Uso
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[][]
)

Parámetros

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

Vea también

Referencia

ScriptComponent Clase

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline