IExplorerEntityDescriptor.Item Property

Gets the property descriptor by name.

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

Syntax

'Declaration
ReadOnly Default Property Item ( _
    name As String _
) As IExplorerPropertyDescriptor
    Get
'Usage
Dim instance As IExplorerEntityDescriptor
Dim name As String
Dim value As IExplorerPropertyDescriptor

value = instance(name)
IExplorerPropertyDescriptor this[
    string name
] { get; }
property IExplorerPropertyDescriptor^ default[String^ name] {
    IExplorerPropertyDescriptor^ get (String^ name);
}
abstract Item : IExplorerPropertyDescriptor
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

Property Value

Type: Microsoft.SqlServer.Management.Explorer.IExplorerPropertyDescriptor
The property descriptor.