Свойство IndexPosition
Этот API-интерфейс поддерживается в инфраструктуре .NET Framework и не предназначается для использования непосредственно из программного кода.
For more information, see ConnectionManager.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Property IndexPosition As Integer
Get
Set
'Применение
Dim instance As IDTSConnectionManagerCacheColumn100
Dim value As Integer
value = instance.IndexPosition
instance.IndexPosition = value
int IndexPosition { get; set; }
property int IndexPosition {
int get ();
void set (int value);
}
abstract IndexPosition : int with get, set
function get IndexPosition () : int
function set IndexPosition (value : int)