Microsoft.Windows.FileServer.DFSN.Library.NamespaceLinkDFS 폴더

Microsoft.Windows.FileServer.DFSN.Library.NamespaceLink (ClassType)

DFS 폴더(링크)는 네임스페이스 루트 아래에 있고 하나 이상의 폴더 대상(링크 대상)에 매핑되는 가상 폴더(재분석 지점)입니다.

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdd9e30ae9-703d-d36c-4dd3-017429bd5bde

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.Library.NamespaceLink:
LinkName  string  폴더 이름 true 256  False 
State  string  상태 false 15  False 
Timeout  string  제한 시간 false 15  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.FileServer.DFSN.Library.NamespaceLink" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="true" Singleton="false">
<Property ID="LinkName" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="State" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="15"/>
<Property ID="Timeout" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="15"/>
</ClassType>