Item 屬性
Gets an element at a specified index.
命名空間: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
組件: Microsoft.SqlServer.WebServiceTask (在 Microsoft.SqlServer.WebServiceTask.dll 中)
語法
'宣告
Public ReadOnly Default Property Item ( _
index As Integer _
) As DTSParamValue
Get
'用途
Dim instance As DTSParamValueCollection
Dim index As Integer
Dim value As DTSParamValue
value = instance(index)
public DTSParamValue this[
int index
] { get; }
public:
property DTSParamValue^ default[int index] {
DTSParamValue^ get (int index);
}
member Item : DTSParamValue
JScript 支援索引屬性的使用,但不支援新屬性的宣告。
參數
- index
型別:System. . :: . .Int32
The name, ID, or index of the DTSParamValue object to return from the collection.