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[]
参数
- ObjectID
类型:System.Int32
The object identifier.
返回值
类型:array<System.Int32[]
The collection of column index.