Microsoft.Windows.FileServer.DFSR.Volume复制卷

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

此类表示存储已复制文件夹的卷列表。

Knowledge Base article:

摘要

此类表示存储已复制文件夹的卷列表。

DFS Replication 服务可以在数据库中存储其所复制的文件的相关信息。将为每个存储了一个或多个复制文件夹的卷创建唯一数据库。

通过查询 DfsrVolumeInfo WMI 类来检索此类的属性。通过已复制文件夹卷发现规则设置此类的属性。

其他

DfsrVolumeInfo WMI 类信息,位于 MSDN (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 (CHS) Description (CHS) 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>