Microsoft.Windows.FileServer.DFSN.RootTargetDFS-Namespaceserver

Microsoft.Windows.FileServer.DFSN.RootTarget (ClassType)

Namespaceserver (Stammziele) sind Server, die einen DFS-Namespace hosten.

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId45de5f01-21bc-ce30-67be-545f1c1140cf

Class Hierarchy:

Class Properties:

Property Name Type Display Name (DEU) Description (DEU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Anzeigename Anzeigename des Überwachungsobjekts. false 256  False 
Microsoft.Windows.FileServer.DFSN.RootTarget:
RootName  string  Stammname Name des Stamms true 256  False 
RootDirectory  string  Stammverzeichnis Lokaler Pfad des Verzeichnisses, das die Stammfreigabe hostet false 256  False 
State  string  Status Status des Stammziels false 25  False 
NamespaceName  string  DFS-Namespace Name des DFS-Namespaces false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.FileServer.DFSN.RootTarget" Accessibility="Public" Abstract="true" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="RootName" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="RootDirectory" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="State" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="25"/>
<Property ID="NamespaceName" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>