Compartir a través de


SearchPropertyListCollection.Item Propiedad (String)

Gets a SearchPropertyList object in the collection by name.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Default Property Item ( _
    name As String _
) As SearchPropertyList 
    Get
'Uso
Dim instance As SearchPropertyListCollection 
Dim name As String 
Dim value As SearchPropertyList 

value = instance(name)
public SearchPropertyList this[
    string name
] { get; }
public:
property SearchPropertyList^ default[String^ name] {
    SearchPropertyList^ get (String^ name);
}
member Item : SearchPropertyList
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.SearchPropertyList
A SearchPropertyList which corresponds to the name specified..

Vea también

Referencia

SearchPropertyListCollection Clase

Sobrecarga de Item

Espacio de nombres Microsoft.SqlServer.Management.Smo