IExplorerEntityDescriptor.Item[String] Proprietà

Definizione

Ottiene il descrittore di proprietà in base al nome.

public:
 property Microsoft::SqlServer::Management::Explorer::IExplorerPropertyDescriptor ^ default[System::String ^] { Microsoft::SqlServer::Management::Explorer::IExplorerPropertyDescriptor ^ get(System::String ^ name); };
public Microsoft.SqlServer.Management.Explorer.IExplorerPropertyDescriptor this[string name] { get; }
member this.Item(string) : Microsoft.SqlServer.Management.Explorer.IExplorerPropertyDescriptor
Default Public ReadOnly Property Item(name As String) As IExplorerPropertyDescriptor

Parametri

name
String

Oggetto String che rappresenta il nome della proprietà.

Valore della proprietà

IExplorerPropertyDescriptor

Descrittore della proprietà.

Si applica a