Propriedade do RDL SearchPropertyListCollection.Item (String)
Gets a SearchPropertyList 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 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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- name
Tipo: System.String
A String which gets the name of SearchPropertyList to retrieve.
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.SearchPropertyList
A SearchPropertyList which corresponds to the name specified..