Click or drag to resize

License Class

Contains a list of possible license attributes for licensing VelocityDb class library and server
Inheritance Hierarchy

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
[SerializableAttribute]
public class License : OptimizedPersistable

The License type exposes the following members.

Properties
  NameDescription
Public propertyDateTimeCreated
Gets the time of license creation.
Public propertyDomainName
Gets the restricted domain name
Public propertyExpireDate
Gets expire time.
Public propertyHostName
Gets the restricted host name
Public propertyMajorVersion
Gets/set the major version attribute of a license
Public propertyMaxNumberOfClients
Gets the maximum number of Server clients permitted by this license
Public propertyMinorVersion
Gets/set the minor version attribute of a license
Public propertyObjectsPerPage
Store one License per Page
(Overrides OptimizedPersistableObjectsPerPage.)
Public propertyPlacementDatabaseNumber
Gets the preferred Database number for licenses
(Overrides OptimizedPersistablePlacementDatabaseNumber.)
Public propertyProcessorCount
Gets/sets maximum number of processors for which license is valid.
Public propertyUserName
Gets the user name restriction
Top
Methods
Fields
  NameDescription
Public fieldStatic memberLicenseCheckDatabase
The Database number of the database containing a VelocityDb license(s)
Public fieldStatic memberPlaceInDatabase
Hint about a Database location for this type of object.
Top
Extension Methods
  NameDescription
Public Extension MethodToStringDetails(SessionBase, Boolean)Overloaded.
Object details as a string
(Defined by Utilities.)
Public Extension MethodToStringDetails(Schema, TypeVersion, Boolean)Overloaded.
Currently only used by Database Manager
(Defined by Utilities.)
Top
See Also