IMetadataCollection<T>.Item 속성

Gets the element in the collection by name.

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

구문

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

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

매개 변수

속성 값

유형: T
The specified element.

참고 항목

참조

IMetadataCollection<T> 인터페이스

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