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.