Microsoft.Windows.SystemCenterDPM2010.DataSourceData Source

Microsoft.Windows.SystemCenterDPM2010.DataSource (ClassType)

A share, volume, database, storage group, or system state that is a member of a protection group.

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.Windows.SystemCenterDPM2010.DataSource:
ProtectedBy  string  Protected by false 256  False 
FullServerName  string  FQDN false 256  False 
ProtectionGroup  string  Protection group false 256  False 
DataSourceName  string  Data source name false 256  False 
DataSourceId  string  Data source Id true 256  False 
IsSecondaryDatasource  bool  Is secondary datasource 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>