Compartilhar via


IExplorerEntityDescriptor.Item[String] Propriedade

Definição

Obtém o descritor de propriedade por 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

Parâmetros

name
String

Um String que representa o nome da propriedade.

Valor da propriedade

O descritor da propriedade.

Aplica-se a