Item 属性

Gets the elements for the indexer.

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
ReadOnly Default Property Item ( _
    key As TKey _
) As TValue
    Get
用法
Dim instance As ISfcSimpleMap
Dim key As TKey
Dim value As TValue

value = instance(key)
TValue this[
    TKey key
] { get; }
property TValue default[TKey key] {
    TValue get (TKey key);
}
abstract Item : 'TValue
JScript 支持使用索引属性,但不支持声明新索引属性。

参数

  • key
    类型:TKey
    The key of the value to get.

属性值

类型:TValue
A value that represents the elements for the indexer.