IndexPosition Propiedad
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
For more information, see ConnectionManager.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Property IndexPosition As Integer
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System. . :: . .Int32