Метод 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.