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)
Syntaxpublic sealed class OnePerDatabase : Attribute
Public NotInheritable Class OnePerDatabase
Inherits Attribute
public ref class OnePerDatabase sealed : public Attribute
[<SealedAttribute>]
type OnePerDatabase =
class
inherit Attribute
endThe OnePerDatabase type exposes the following members.
Constructors|
| Name | Description |
|---|
 | OnePerDatabase | Initializes a new instance of the OnePerDatabase class |
Top
See Also