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 (JPN) Description (JPN) 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" Length="256" MinLength="0"/>
<Property ID="RootDirectory" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="State" Type="string" Key="false" CaseSensitive="false" Length="25" MinLength="0"/>
<Property ID="NamespaceName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>