IExplorerItem.GetEntity Method

Definition

Retrieves the entity of the explorer.

public:
 Microsoft::SqlServer::Management::IExplorerEntityDescriptor ^ GetEntity();
public Microsoft.SqlServer.Management.IExplorerEntityDescriptor GetEntity ();
abstract member GetEntity : unit -> Microsoft.SqlServer.Management.IExplorerEntityDescriptor
Public Function GetEntity () As IExplorerEntityDescriptor

Returns

The entity value.

Applies to