Microsoft.Windows.FileServer.DFSN.NamespaceDFS 命名空間

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

DFS 命名空間可讓您將位於不同伺服器上的共用資料夾,分組成一或多個邏輯結構命名空間。DFS 命名空間包含命名空間根目錄和主控根目錄的命名空間伺服器。位於根目錄下的是 DFS 資料夾 (連結),這些虛擬資料夾會指向以資料夾目標 (連結目標) 形式參照的共用資料夾。

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId8920012f-228f-198c-1507-332c129a12f2

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.Namespace:
NamespaceName  string  命名空間名稱 DFS 命名空間的名稱 true 256  False 
State  string  狀態 false 25  False 
Timeout  double  逾時 逾時 false 256   
NamespaceType  string  命名空間的類型 命名空間的類型 false 25  False 
LinksCount  double  連結數目 DFS 命名空間中的連結數目 false 256   
RootTargetsCount  double  根目標數目 DFS 命名空間中的根目標數目 false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.FileServer.DFSN.Namespace" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="false" Singleton="false">
<Property ID="NamespaceName" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="State" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="25"/>
<Property ID="Timeout" Type="double" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="NamespaceType" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="25"/>
<Property ID="LinksCount" Type="double" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="RootTargetsCount" Type="double" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>