INavigationContext 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供物件瀏覽器階層中節點的資訊。
public interface class INavigationContext : IEquatable<Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INavigationContext ^>, IServiceProvider, Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation
public interface INavigationContext : IEquatable<Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigationContext>, IServiceProvider, Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation
type INavigationContext = interface
interface INodeInformation
interface INodeContext
interface IServiceProvider
interface IEquatable<INavigationContext>
Public Interface INavigationContext
Implements IEquatable(Of INavigationContext), INodeInformation, IServiceProvider
- 實作
屬性
| 名稱 | Description |
|---|---|
| Connection |
取得或設定連線資訊。 (繼承來源 INodeContext) |
| Context |
取得或設定列舉器節點的統一資源名稱(URN)。 (繼承來源 INodeContext) |
| Hierarchy |
取得節點相關的階層結構。 (繼承來源 INodeInformation) |
| InvariantName |
取得統一資源名稱(URN)金鑰的所有部分。 (繼承來源 INodeInformation) |
| Item[String] |
取得節點的屬性包。 (繼承來源 INodeInformation) |
| Name |
取得節點的說明文字。 (繼承來源 INodeInformation) |
| NavigationContext |
能掌握導航的上下文。 (繼承來源 INodeContext) |
| Parent |
取得父節點。 (繼承來源 INodeInformation) |
| UrnPath |
取得目前上下文的骨架路徑。 (繼承來源 INodeContext) |
| ViewIdentity |
取得用於從導航服務查詢視圖的視圖識別碼。 |
方法
| 名稱 | Description |
|---|---|
| CreateObjectInstance() |
建立一個由上下文與連結屬性定義的物件實例。 (繼承來源 INodeContext) |