Microsoft.SystemCenter.Warehouse.DisplayStringCiąg wyświetlany

Microsoft.SystemCenter.Warehouse.DisplayString (ClassType)

Element properties:

Base ClassSystem.AdminItem
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdec4ef614-3a2b-370d-fcf9-4f649a2a45df

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PLK) Description (PLK) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nazwa wyświetlana Wyświetlana nazwa obiektu. false 4000  False 
Microsoft.SystemCenter.Warehouse.DisplayString:
LTStringId  string  Identyfikator ciągu LT Identyfikator ciągu LT true 128  False 
LanguageCode  string  Kod języka Kod języka true 32  False 
MPElementId  string  Identyfikator elementu pakietu administracyjnego Identyfikator elementu pakietu administracyjnego false 128  False 
ManagementPackId  string  Identyfikator pakietu administracyjnego Identyfikator pakietu administracyjnego false 256  False 
DisplayName  string  Nazwa wyświetlana Nazwa wyświetlana false 3072  False 
Description  string  Opis Opis false 3072  False 
ElementName  string  Nazwa elementu Nazwa elementu false 512  False 
SubElementName  string  Nazwa elementu podrzędnego Nazwa elementu podrzędnego false 512  False 
ContentReadable  int  Zawartość możliwa do odczytu Zawartość możliwa do odczytu false 256   
TimeAdded  datetime  Godzina dodania Godzina dodania false 256   
LastModified  datetime  Data ostatniej modyfikacji Data ostatniej modyfikacji false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.Warehouse.DisplayString" Base="AdminItem!System.AdminItem" Accessibility="Public" Hosted="false" Abstract="true">
<Property ID="LTStringId" Type="string" MaxLength="128" CaseSensitive="false" Key="true"/>
<Property ID="LanguageCode" Type="string" MaxLength="32" CaseSensitive="false" Key="true"/>
<Property ID="MPElementId" Type="string" MaxLength="128" Required="false"/>
<Property ID="ManagementPackId" Type="string" Required="false"/>
<Property ID="DisplayName" Type="string" MaxLength="3072" Required="false"/>
<Property ID="Description" Type="string" MaxLength="3072" Required="false"/>
<Property ID="ElementName" Type="string" MaxLength="512" Required="false"/>
<Property ID="SubElementName" Type="string" MaxLength="512" Required="false"/>
<Property ID="ContentReadable" Type="int" Required="false"/>
<Property ID="TimeAdded" Type="datetime" Required="false"/>
<Property ID="LastModified" Type="datetime" Required="false"/>
</ClassType>