Proprietà Item

Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.

For more information, see ExtendedProperties.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
ReadOnly Default Property Item ( _
    Index As Object _
) As IDTSExtendedProperty100
    Get
'Utilizzo
Dim instance As IDTSExtendedProperties100
Dim Index As Object
Dim value As IDTSExtendedProperty100

value = instance(Index)
IDTSExtendedProperty100 this[
    Object Index
] { get; }
property IDTSExtendedProperty100^ default[[InAttribute] Object^ Index] {
    IDTSExtendedProperty100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSExtendedProperty100
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri