Microsoft.Windows.SystemCenterDPM2010.DataSourceFonte de dados

Microsoft.Windows.SystemCenterDPM2010.DataSource (ClassType)

Um compartilhamento, volume, banco de dados, grupo de armazenamento ou estado do sistema que é membro de um grupo de proteção.

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId14cb8f65-1639-214b-1df3-3af02339ae40

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PTB) Description (PTB) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome para Exibição Nome para exibição do objeto de monitoramento. false 256  False 
Microsoft.Windows.SystemCenterDPM2010.DataSource:
ProtectedBy  string  Protegido por false 256  False 
FullServerName  string  FQDN false 256  False 
ProtectionGroup  string  Grupo de proteção false 256  False 
DataSourceName  string  Nome da fonte de dados false 256  False 
DataSourceId  string  ID da fonte de dados true 256  False 
IsSecondaryDatasource  bool      false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.SystemCenterDPM2010.DataSource" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="true" Singleton="false">
<Property ID="ProtectedBy" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="FullServerName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ProtectionGroup" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DataSourceName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="DataSourceId" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="IsSecondaryDatasource" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>