Proprietà SearchPropertyListCollection.Item (String)
Gets a SearchPropertyList object in the collection by name.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Default Property Item ( _
name As String _
) As SearchPropertyList
Get
'Utilizzo
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 supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- name
Tipo: System.String
A String which gets the name of SearchPropertyList to retrieve.
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo.SearchPropertyList
A SearchPropertyList which corresponds to the name specified..