IExplorerItem Interface

Defines a method that allows the user to navigate the objects within the explorer item list.

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

Syntax

'Declaration
Public Interface IExplorerItem
'Usage
Dim instance As IExplorerItem
public interface IExplorerItem
public interface class IExplorerItem
type IExplorerItem =  interface end
public interface IExplorerItem

The IExplorerItem type exposes the following members.

Properties

  Name Description
Public property EntityIdentity Gets the string value of entity identification in the explorer.

Top

Methods

  Name Description
Public method GetEntity Retrieves the entity of the explorer.
Public method GetPropertyValue Indicates a specified string that represents the property name.

Top