Microsoft.MySQLServer.InstallationMySQL Server Yüklemesi

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 (TRK) Description (TRK) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Görünen Ad Nesnenin görünen adı. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Nesne Durumu Nesne durumu false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Varlık Durumu Varlık durumu false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notlar Notlar false 4000       
Microsoft.MySQLServer.Installation:
DataDirectory  string  Veri Dizini Tüm veritabanlarının depolandığı dizin true 256  False     
Version  string  Sürüm MySQL Server Sürümü false 256  False     
InstanceID  string  Örnek Kimliği Yönetilen MySQL Server'ın Örnek Kimliği false 256  False     
ConfigurationFile  string  Yapılandırma Dosyası Başlatmadan önce okunan MySQL Server Yapılandırma dosyası false 256  False     
ErrorLogFile  string  Hata Günlüğü Dosyası İstemci ve sunucu hatalarını içeren MySQL Server hata günlüğü dosyası false 256  False     
BindAddress  string  Bağlama Adresi MySQL Server Bağlama Adresi false 256  False     
Port  int  Bağlantı Noktası MySQL Server'ın dinlemek üzere yapılandırıldığı bağlantı noktası false 256       
SocketFile  string  Yuva Dosyası İstemcilerin MySQL Server'a bağlanmak için kullandıkları yuva dosyası 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>