Microsoft.Windows.SystemCenterDPM2010.DataSourceOrigine dati

Microsoft.Windows.SystemCenterDPM2010.DataSource (ClassType)

Condivisione, volume, database, gruppo di archiviazione o stato del sistema che appartiene a un gruppo protezione dati.

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ITA) Description (ITA) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome visualizzato Nome visualizzato dell'oggetto di monitoraggio. false 256  False 
Microsoft.Windows.SystemCenterDPM2010.DataSource:
ProtectedBy  string  Protetta da false 256  False 
FullServerName  string  FQDN false 256  False 
ProtectionGroup  string  Gruppo protezione dati false 256  False 
DataSourceName  string  Nome origine dati false 256  False 
DataSourceId  string  ID origine dati 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>