다음을 통해 공유


DesignerHierarchicalDataSourceView.Path 속성

정의

뷰에 있는 데이터 블록의 경로를 가져옵니다.

public:
 property System::String ^ Path { System::String ^ get(); };
public string Path { get; }
member this.Path : string
Public ReadOnly Property Path As String

속성 값

DesignerHierarchicalDataSourceView를 만들 때 제공된 경로입니다.

설명

속성의 Path 특정 특성은 데이터의 특성에 따라 결정됩니다. XML 데이터의 경우 XPath 쿼리이지만 다른 종류의 데이터에 대해서는 URL 또는 다른 고유한 식별 경로일 수 있습니다.

적용 대상

추가 정보