Microsoft.Windows.FileServer.DFSR.Volume복제 볼륨

Microsoft.Windows.FileServer.DFSR.Volume (ClassType)

이 클래스는 복제 폴더를 저장하는 볼륨 목록을 나타냅니다.

Knowledge Base article:

요약

이 클래스는 복제 폴더를 저장하는 볼륨 목록을 나타냅니다.

DFS Replication 서비스는 서비스에서 복제된 파일에 대한 정보를 데이터베이스에 저장합니다. 하나 이상의 복제 폴더가 저장된 각 볼륨에 대해 고유한 데이터베이스가 생성됩니다.

이 클래스의 속성은 DfsrVolumeInfo WMI 클래스를 쿼리하여 검색합니다. 이 클래스의 속성은 복제 폴더 볼륨 검색 규칙에 따라 설정됩니다.

추가 정보

MSDN의 DfsrVolumeInfo WMI 클래스 정보(http://go.microsoft.com/fwlink/?LinkID=165543)

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId7cba977d-15a6-8d65-2607-8657bd74b071

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.DFSR.Volume:
State  string  상태 모니터링되는 컴퓨터에서 복제 폴더를 호스트하는 볼륨의 상태입니다. false 20  False 
DatabasePath  string  데이터베이스 경로 모니터링되는 컴퓨터에서 복제 폴더를 호스트하는 볼륨에 대한 DFS Replication 서비스 데이터베이스의 경로 false 256  False 
IsClustered  string  클러스터됨 볼륨이 클러스터되었는지 여부를 정의합니다. false 10  False 
ClusterResourceName  string  클러스터 리소스 이름 볼륨을 호스트하는 클러스터된 디스크 리소스 이름을 정의합니다. false 256  False 
VolumeGUID  guid  볼륨 GUID 모니터링되는 컴퓨터에서 복제 폴더를 호스트하는 볼륨의 GUID입니다. true 100   
ClusterGroupName  string  클러스터 그룹 이름 실제 디스크 리소스의 클러스터 그룹 이름입니다. false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.FileServer.DFSR.Volume" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="State" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="20"/>
<Property ID="DatabasePath" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="IsClustered" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="10"/>
<Property ID="ClusterResourceName" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="VolumeGUID" Type="guid" Key="true" CaseSensitive="false" MinLength="0" Length="100"/>
<Property ID="ClusterGroupName" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>