Propriedade do RDL SearchPropertyCollection.Item (String)

Gets a SearchProperty object in the collection by name.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public ReadOnly Default Property Item ( _
    name As String _
) As SearchProperty 
    Get
'Uso
Dim instance As SearchPropertyCollection 
Dim name As String 
Dim value As SearchProperty 

value = instance(name)
public SearchProperty this[
    string name
] { get; }
public:
property SearchProperty^ default[String^ name] {
    SearchProperty^ get (String^ name);
}
member Item : SearchProperty
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo.SearchProperty
A SearchProperty corresponding to the specified name within the SearchPropertyCollection.

Exemplos

Usando coleções

Consulte também

Referência

SearchPropertyCollection Classe

Sobrecarregado Item

Namespace Microsoft.SqlServer.Management.Smo