Microsoft.Windows.FileServer.DFSN.RootTargetDFS 命名空间服务器

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

命名空间服务器(根目标)是托管 DFS 命名空间的服务器。

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIddde56ffb-4d47-b88f-e255-ca5c83f1dc7d

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) 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>