Microsoft.MySQLServer.InstallationMySQL-serverinstallation

Microsoft.MySQLServer.Installation (ClassType)

Element properties:

Base ClassSystem.LocalApplication
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId0d20cd3f-5e38-eca5-0a92-c617bb9018d6

Class Hierarchy:

Class Properties:

Property Name Type Display Name (SVE) Description (SVE) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Visningsnamn Objektets visningsnamn. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Objektstatus Objektstatus false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Tillgångsstatus Tillgångsstatus false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Anteckningar Anteckningar false 4000       
Microsoft.MySQLServer.Installation:
DataDirectory  string  Datakatalog Katalog där alla databaser lagras true 256  False     
Version  string  Version MySQL-serverversion false 256  False     
InstanceID  string  Instans-ID Instans-ID för den hanterade MySQL-servern false 256  False     
ConfigurationFile  string  Konfigurationsfil MySQL-serverns konfigurationsfil som läses före start false 256  False     
ErrorLogFile  string  Felloggfil MySQL-serverns felloggfil som innehåller klient- och serverfel false 256  False     
BindAddress  string  Bindningsadress MySQL-serverns bindningsadress false 256  False     
Port  int  Port Port som MySQL-servern har konfigurerats för att lyssna på false 256       
SocketFile  string  Socketfil Den socketfil som klienter använder för att ansluta till MySQL-servern false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.MySQLServer.Installation" Abstract="true" Accessibility="Public" Hosted="false" Singleton="false" Base="System!System.LocalApplication">
<Property ID="DataDirectory" Type="string" Key="true"/>
<Property ID="Version" Type="string" Key="false"/>
<Property ID="InstanceID" Type="string" Key="false"/>
<Property ID="ConfigurationFile" Type="string" Key="false"/>
<Property ID="ErrorLogFile" Type="string" Key="false"/>
<Property ID="BindAddress" Type="string" Key="false"/>
<Property ID="Port" Type="int" Key="false"/>
<Property ID="SocketFile" Type="string" Key="false"/>
</ClassType>