Partager via


Méthode ScriptComponent.SetBufferColumnIndexes

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Sets the index of the buffer columns.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline
Assembly :  Microsoft.SqlServer.TxScript (en Microsoft.SqlServer.TxScript.dll)

Syntaxe

'Déclaration
Public Sub SetBufferColumnIndexes ( _
    ObjectIDsToUse As Integer(), _
    BufferColumnIndexesToUse As Integer()() _
)
'Utilisation
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[][]
)

Paramètres

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

Voir aussi

Référence

ScriptComponent Classe

Espace de noms Microsoft.SqlServer.Dts.Pipeline