PropertyStore Members
Include Protected Members
Include Inherited Members
Represents a property database for the Search service application.
The PropertyStore type exposes the following members.
Properties
Name | Description | |
---|---|---|
Database | Gets or sets the property database. | |
DatabaseConnectionString | Gets the connection string for the property database. | |
Id | Gets the identifier (ID) of the property database. | |
InactiveIndexPartitions | Gets the collection of inactive index partitions assigned to the property database. | |
IndexPartitions | Gets the collection of index partitions that are assigned to this property database. | |
Name | Gets the name of this property database. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the property database from the Search service application‘s topology. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top