IExplorerEntityDescriptor Interface

Defines a method that describes the modifications done to entities by operations returned in the explorer.

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

Syntax

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

The IExplorerEntityDescriptor type exposes the following members.

Properties

  Name Description
Public property Item Gets the property descriptor by name.
Public property Properties Gets the properties that are defined or required for the details view.

Top