PropertyStoreCollection Members

Include Protected Members
Include Inherited Members

Represents a collection of property databases in the Search service application’s topology.

The PropertyStoreCollection type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of key/value pairs contained in the collection. (Inherited from UpdatableCollection<Key, T>.)
Public property Item Gets the value associated with the specified key. (Inherited from UpdatableCollection<Key, T>.)

Top

Methods

  Name Description
Public method Contains Determines whether the collection contains the specified key. (Inherited from UpdatableCollection<Key, T>.)
Public method Create(SPDatabaseParameters) Creates a new property database with the specified database parameters.
Public method Create(String) Creates a new property database with the specified connection string.
Public method Create(SearchPropertyStoreDatabase) Creates a new property database.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method ForceRefresh Resets the last time the collection was accessed to the minimum date value. (Inherited from UpdatableCollection<Key, T>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method Refresh Updates the settings of the property database collection. (Overrides UpdatableCollection<Key, T>.Refresh().)
Public method ToArray Creates an array that contains the values of the collection. (Inherited from UpdatableCollection<Key, T>.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Protected field refreshInterval Represents the maximum interval value, in seconds, before the data in the collection is considered stale. The default value is 5 seconds. (Inherited from UpdatableCollection<Key, T>.)
Protected field values Represents the collection of keys and values with specified type. (Inherited from UpdatableCollection<Key, T>.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Returns an enumerator that iterates through the collection. (Inherited from UpdatableCollection<Key, T>.)

Top

See Also

Reference

PropertyStoreCollection Class

Microsoft.Office.Server.Search.Administration Namespace