Click or drag to resize

OnePerDatabase Class

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
SystemObject
  SystemAttribute
    VelocityDb.IndexingOnePerDatabase

Namespace:  VelocityDb.Indexing
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public sealed class OnePerDatabase : Attribute

The OnePerDatabase type exposes the following members.

Constructors
  NameDescription
Public methodOnePerDatabase
Initializes a new instance of the OnePerDatabase class
Top
See Also