次の方法で共有


ScriptComponent.GetColumnIndexes メソッド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

スクリプト コンポーネントの列インデックスのコレクションを取得します。

名前空間:  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[]

パラメーター

  • ObjectID
    型: System.Int32
    オブジェクト識別子です。

戻り値

型: array<System.Int32[]
列インデックスのコレクションです。

関連項目

参照

ScriptComponent クラス

Microsoft.SqlServer.Dts.Pipeline 名前空間