IExplorerItem.GetEntity Method
Retrieves the entity of the explorer.
Namespace: Microsoft.SqlServer.Management.Explorer
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
Syntax
'Declaration
Function GetEntity As IExplorerEntityDescriptor
'Usage
Dim instance As IExplorerItem
Dim returnValue As IExplorerEntityDescriptor
returnValue = instance.GetEntity()
IExplorerEntityDescriptor GetEntity()
IExplorerEntityDescriptor^ GetEntity()
abstract GetEntity : unit -> IExplorerEntityDescriptor
function GetEntity() : IExplorerEntityDescriptor
Return Value
Type: Microsoft.SqlServer.Management.IExplorerEntityDescriptor
The entity value.