Microsoft.BizTalk.2013.BizTalkRFID.SINKDatabaseRFIDSINK Database

Microsoft.BizTalk.2013.BizTalkRFID.SINKDatabase (ClassType)

This is the Server Role that indicates that RFIDSINK Database is installed on a machine.

Element properties:

Base ClassSystem.Database
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId17140fad-a3b7-20bd-7566-3013acba3dec

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.BizTalk.2013.BizTalkRFID.SINKDatabase:
DatabaseName  string  Database Name This is the name of the database. true 256  False 
DatabaseServer  string  Database Server This is the name of the database Server. true 256  False 
RecoveryModel  string  Recovery Model A recovery model is a database property that controls the basic behavior of the backup and restore operations for a database. false 256  False 
DatabaseAutogrow  string  Database Autogrow This is the setting for the database to auto grow. false 256  False 
DatabaseSize  string  Database Size This is the database size (MB). false 256  False 
LogAutogrow  string  Log Autogrow This is the setting for the Log to Auto grow. false 256  False 
Updateability  string  Updateability Indicates whether data can be modified. false 256  False 
UserAccess  string  User Access Indicates which users can access the database. false 256  False 
Collation  string  Collation Gets or sets the default collation used by the database. false 256  False 
LogSize  string  Log Size This is the log size (MB). false 256  False 
Owner  string  Owner This is the owner of the Database. false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.BizTalk.2013.BizTalkRFID.SINKDatabase" Accessibility="Public" Base="System!System.Database" Hosted="true" Abstract="false" Singleton="false">
<Property ID="DatabaseName" Type="string" Key="true"/>
<Property ID="DatabaseServer" Type="string" Key="true"/>
<Property ID="RecoveryModel" Type="string"/>
<Property ID="DatabaseAutogrow" Type="string"/>
<Property ID="DatabaseSize" Type="string"/>
<Property ID="LogAutogrow" Type="string"/>
<Property ID="Updateability" Type="string"/>
<Property ID="UserAccess" Type="string"/>
<Property ID="Collation" Type="string"/>
<Property ID="LogSize" Type="string"/>
<Property ID="Owner" Type="string"/>
</ClassType>