Właściwość IDTSVariables100.Item
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Aby uzyskać więcej informacji, zobacz temat Variables.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw: Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)
Składnia
'Deklaracja
ReadOnly Default Property Item ( _
Index As Object _
) As IDTSVariable100
Get
'Użycie
Dim instance As IDTSVariables100
Dim Index As Object
Dim value As IDTSVariable100
value = instance(Index)
IDTSVariable100 this[
Object Index
] { get; }
property IDTSVariable100^ default[[InAttribute] Object^ Index] {
IDTSVariable100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSVariable100
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.
Parametry
- Index
Typ: System.Object
Wartość właściwości
Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
Zobacz także