XmlQueryContext.DefaultDataSource 属性
定义
如果未在查询中显式选择任何数据源,则默认情况下将返回查询的文档。Returns the document that is queried by default if no data source is explicitly selected in the query.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
property System::Xml::XPath::XPathNavigator ^ DefaultDataSource { System::Xml::XPath::XPathNavigator ^ get(); };
public System.Xml.XPath.XPathNavigator DefaultDataSource { get; }
member this.DefaultDataSource : System.Xml.XPath.XPathNavigator
Public ReadOnly Property DefaultDataSource As XPathNavigator
属性值
XPathNavigator 类的实例。An instance of the XPathNavigator class.