DictionaryCollectionBase<T, U>.Item 속성

Gets or sets the object in the collection that has the specified name.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
Public Default Property Item ( _
    name As String _
) As T
    Get 
    Set
‘사용 방법
Dim instance As DictionaryCollectionBase 
Dim name As String 
Dim value As T

value = instance(name)

instance(name) = value
public T this[
    string name
] { get; set; }
public:
virtual property T default[String^ name] {
    T get (String^ name) sealed;
    void set (String^ name, T value) sealed;
}
abstract Item : 'T with get, set 
override Item : 'T with get, set
Jscript는 인덱싱된 속성의 사용을 지원하지만 새로운 인덱싱된 속성 선언은 지원하지 않습니다.

매개 변수

  • name
    유형: System.String
    The name of the object to find in the collection.

속성 값

유형: T
The object that has the specified name.

구현

IMutableMetadataCollection<T>.Item[String]

참고 항목

참조

DictionaryCollectionBase<T, U> 클래스

Microsoft.SqlServer.Management.SqlParser.MetadataProvider 네임스페이스