Share via


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 或其他一些唯一識別路徑。

適用於

另請參閱