다음을 통해 공유


DataSourceInformation.Item 속성

지정된 된 이름 사용 하 여 데이터 원본 정보 속성을 가져옵니다.

네임스페이스:  Microsoft.VisualStudio.Data.Framework
어셈블리:  Microsoft.VisualStudio.Data.Framework(Microsoft.VisualStudio.Data.Framework.dll)

구문

‘선언
Public ReadOnly Default Property Item ( _
    propertyName As String _
) As Object
public Object this[
    string propertyName
] { get; }
public:
virtual property Object^ default[String^ propertyName] {
    Object^ get (String^ propertyName) sealed;
}
abstract Item : 
        propertyName:string -> Object with get 
override Item : 
        propertyName:string -> Object with get
JScript에서는 인덱싱된 속성을 지원하지 않습니다.

매개 변수

  • propertyName
    형식: String

    데이터의 이름을 소스 정보 검색 하는 속성입니다.

속성 값

형식: Object
지정된 된 이름 사용 하 여 데이터 원본 정보 속성입니다.

구현

IVsDataSourceInformation.Item

.NET Framework 보안

참고 항목

참조

DataSourceInformation 클래스

Microsoft.VisualStudio.Data.Framework 네임스페이스