Share via


DataSourceInformation.Item 속성

지정 된 이름 가진 데이터 원본 정보 속성을 검색합니다.

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

구문

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

매개 변수

  • propertyName
    형식: String

    데이터의 이름을 원본 정보 속성을 검색 합니다.

속성 값

형식: Object
지정한 이름의 데이터 원본 정보 속성을 반환합니다.

.NET Framework 보안

참고 항목

참조

DataSourceInformation 클래스

Microsoft.VisualStudio.Data 네임스페이스