Metodo ScriptComponent.GetColumnIndexes

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

Gets the collection of column index for the script component.

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

Sintassi

'Dichiarazione
Public Function GetColumnIndexes ( _
    ObjectID As Integer _
) As Integer()
'Utilizzo
Dim instance As ScriptComponent 
Dim ObjectID As Integer 
Dim returnValue As Integer()

returnValue = instance.GetColumnIndexes(ObjectID)
public int[] GetColumnIndexes(
    int ObjectID
)
public:
array<int>^ GetColumnIndexes(
    int ObjectID
)
member GetColumnIndexes : 
        ObjectID:int -> int[] 
public function GetColumnIndexes(
    ObjectID : int
) : int[]

Parametri

Valore restituito

Tipo: array<System.Int32[]
The collection of column index.

Vedere anche

Riferimento

ScriptComponent Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline