共用方式為


ScriptComponent.GetColumnIndexes 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets the collection of column index for the script component.

命名空間:  Microsoft.SqlServer.Dts.Pipeline
組件:  Microsoft.SqlServer.TxScript (在 Microsoft.SqlServer.TxScript.dll 中)

語法

'宣告
Public Function GetColumnIndexes ( _
    ObjectID As Integer _
) As Integer()
'用途
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[]

參數

傳回值

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

請參閱

參考

ScriptComponent 類別

Microsoft.SqlServer.Dts.Pipeline 命名空間