Use this attribute if you want each index to contain objects of a single database, this type of index is stored within the same database as its indexed objects.
Inheritance Hierarchy
Namespace:
VelocityDb.Indexing
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public sealed class OnePerDatabase : Attribute
Public NotInheritable Class OnePerDatabase
Inherits Attribute
public ref class OnePerDatabase sealed : public Attribute
[<SealedAttribute>]
type OnePerDatabase =
class
inherit Attribute
end
The OnePerDatabase type exposes the following members.
Constructors
| Name | Description |
---|
| OnePerDatabase | Initializes a new instance of the OnePerDatabase class |
TopSee Also