Item プロパティ
インデクサー用の要素を取得します。
名前空間: 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
取得する値のキーです。
プロパティ値
型: TValue
インデクサー用の要素を表す値です。