Microsoft.Dynamics.Nav.2013.TenantMicrosoft Dynamics NAV 2013 Server Instance Tenant

Microsoft.Dynamics.Nav.2013.Tenant (ClassType)

A tenant that is mounted on the Microsoft Dynamics NAV 2013 Server instance. The tenant connects to a database that is separate from the other databases on a server instance.

Element properties:

Base ClassSystem.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIde7e757f4-4ec4-510e-8268-f6d16f58fe33

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.Dynamics.Nav.2013.Tenant:
TenantId  string  Tenant ID The ID of the tenant that is mounted on the server instance. The ID is be used by clients to connect to the tenant. true 256  False 
ServerInstance  string  Server Instance The name of the Microsoft Dynamics NAV server instance on which the tenant is mounted. false 256  False 
DatabaseServerAndInstance  string  Database Server The database server that hosts the tenant's business data database. false 256  False 
DatabaseName  string  Database Name The name of the tenant's business data database. false 256  False 
AlternateTenantIds  string  Alternate Tenant IDs The alternate IDs of the tenant. This can be a host name or a SharePoint Host Url. false 256  False 
AllowApplicationDatabaseWrites  bool  Allow Application Database Writes Indicates whether the tenant can write to the application database. false 256   
NASServicesEnabled  bool  NAS Services Enabled Indicates whether NAV Application Server services are enabled for the tenant. false 256   
DefaultCompany  string  Default Company The default company that is used by the tenant for clients, SOAP and OData web services, and NAS Services. false 256  False 
DefaultTimeZone  string  Default Time Zone The default time zone in which SOAP, OData and NAS calls are run. Supported values are "UTC", "Server Time Zone", or the ID of a Windows time zone. false 256  False 
TenantState  string  Tenant State Indicates whether the tenant is mounted on the server instance or it failed to mount on server. false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Dynamics.Nav.2013.Tenant" Base="System!System.ApplicationComponent" Accessibility="Public" Abstract="false" Hosted="true" Singleton="false">
<Property ID="TenantId" Type="string" Key="true"/>
<Property ID="ServerInstance" Type="string"/>
<Property ID="DatabaseServerAndInstance" Type="string"/>
<Property ID="DatabaseName" Type="string"/>
<Property ID="AlternateTenantIds" Type="string"/>
<Property ID="AllowApplicationDatabaseWrites" Type="bool"/>
<Property ID="NASServicesEnabled" Type="bool"/>
<Property ID="DefaultCompany" Type="string"/>
<Property ID="DefaultTimeZone" Type="string"/>
<Property ID="TenantState" Type="string"/>
</ClassType>