Microsoft.MySQLServer.InstallationInstalacja serwera MySQL

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 (PLK) Description (PLK) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nazwa wyświetlana Wyświetlana nazwa obiektu. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Stan obiektu Stan obiektu false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Stan zasobu Stan zasobu false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Uwagi Uwagi false 4000       
Microsoft.MySQLServer.Installation:
DataDirectory  string  Katalog danych Katalog, w którym są przechowywane wszystkie bazy danych true 256  False     
Version  string  Wersja Wersja serwera MySQL false 256  False     
InstanceID  string  Identyfikator wystąpienia Identyfikator wystąpienia zarządzanego serwera MySQL false 256  False     
ConfigurationFile  string  Plik konfiguracyjny Plik konfiguracyjny serwera MySQL czytany przed uruchomieniem false 256  False     
ErrorLogFile  string  Plik dziennika błędów Plik dziennika błędów serwera MySQL, który zawiera błędy klienta i serwera false 256  False     
BindAddress  string  Adres powiązania Adres powiązania serwera MySQL false 256  False     
Port  int  Port Port, na którym zgodnie z konfiguracją nasłuchuje serwer MySQL false 256       
SocketFile  string  Plik gniazda Plik gniazda używany przez klientów do łączenia się z serwerem MySQL 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>