IExplorerEntityDescriptor.Item[String] Propiedad

Definición

Obtiene el descriptor de la propiedad por nombre.

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

Parámetros

name
String

String que representa el nombre de la propiedad.

Valor de propiedad

El descriptor de la propiedad.

Se aplica a