Microsoft.Windows.FileServer.DFSN.RootTargetDFS 命名空間伺服器

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

命名空間伺服器 (根目標) 是主控 DFS 命名空間的伺服器。

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 (CHT) Description (CHT) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  顯示名稱 顯示監視物件的名稱。 false 256  False 
Microsoft.Windows.FileServer.DFSN.RootTarget:
RootName  string  根目錄名稱 根目錄的名稱 true 256  False 
RootDirectory  string  根目錄 主控根目錄共用的目錄的本機路徑 false 256  False 
State  string  狀態 根目標的狀態 false 25  False 
NamespaceName  string  DFS 命名空間 DFS 命名空間的名稱 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>