IExplorerNavigationService Interface

Represents an interface that contains methods, properties, and events to support the navigation in the explorer.

Namespace:  Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
<GuidAttribute("8DF262DE-04DC-4a4e-80F2-B949ADD46B76")> _
<ComVisibleAttribute(True)> _
Public Interface IExplorerNavigationService
'Usage
Dim instance As IExplorerNavigationService
[GuidAttribute("8DF262DE-04DC-4a4e-80F2-B949ADD46B76")]
[ComVisibleAttribute(true)]
public interface IExplorerNavigationService
[GuidAttribute(L"8DF262DE-04DC-4a4e-80F2-B949ADD46B76")]
[ComVisibleAttribute(true)]
public interface class IExplorerNavigationService
[<GuidAttribute("8DF262DE-04DC-4a4e-80F2-B949ADD46B76")>]
[<ComVisibleAttribute(true)>]
type IExplorerNavigationService =  interface end
public interface IExplorerNavigationService

The IExplorerNavigationService type exposes the following members.

Methods

  Name Description
Public method GetEntity Specifies the information about the navigation entity.
Public method GetView Specifies the view of the information about the navigation entity.

Top