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 (KOR) Description (KOR) 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>