Freigeben über


ScriptComponent.GetColumnIndexes-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the collection of column index for the script component.

Namespace:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.TxScript (in Microsoft.SqlServer.TxScript.dll)

Syntax

'Declaration
Public Function GetColumnIndexes ( _
    ObjectID As Integer _
) As Integer()
'Usage
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[]

Parameter

Rückgabewert

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

Siehe auch

Verweis

ScriptComponent Klasse

Microsoft.SqlServer.Dts.Pipeline-Namespace