Microsoft.MySQLServer.InstallationMySQL Server-példány

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 (HUN) Description (HUN) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Megjelenített név Az objektum megjelenített neve false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Objektum állapota Objektum állapota false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Eszköz állapota Eszköz állapota false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Feljegyzések Feljegyzések false 4000       
Microsoft.MySQLServer.Installation:
DataDirectory  string  Adattár Az összes adatbázis tárolására szolgáló tár. true 256  False     
Version  string  Verzió MySQL Server-verzió false 256  False     
InstanceID  string  Példányazonosító A MySQL Server példányazonosítója false 256  False     
ConfigurationFile  string  Beállítási fájl Az indítás előtt beolvasott MySQL Server beállításfájl. false 256  False     
ErrorLogFile  string  Hibanaplófájl Az ügyfél- és szerverhibákat tartalmazó MySQL Server hibanaplófájl false 256  False     
BindAddress  string  Kötési cím A MySQL Server kötési címe false 256  False     
Port  int  Port Az a port, amelyet a beállítás szerint a MySQL Server figyel. false 256       
SocketFile  string  Szoftvercsatornafájl Az ügyél által a MySQL Serverhez kapcsolódásra használt szoftvercsatornafájl. 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>