Share via


IExplorerItem.EntityIdentity Property

Gets the string value of entity identification in the explorer.

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

Syntax

'Declaration
ReadOnly Property EntityIdentity As String
    Get
'Usage
Dim instance As IExplorerItem
Dim value As String

value = instance.EntityIdentity
string EntityIdentity { get; }
property String^ EntityIdentity {
    String^ get ();
}
abstract EntityIdentity : string
function get EntityIdentity () : String

Property Value

Type: System.String
A string that represents the entity identification.