Microsoft.Windows.DNSServer.2016.ZoneScopeWindows DNS Server 2016 和 1709+ 区域作用域

Microsoft.Windows.DNSServer.2016.ZoneScope (ClassType)

此实体表示 Windows Server 2016 和 1709+ 计算机中的区域作用域。

Knowledge Base article:

摘要

区域作用域是该区域的唯一实例。一个 DNS 区域可以有多个区域作用域,每个区域作用域包含自己的 DNS 记录集。同一记录可以出现在 IP 地址不同的多个作用域。

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIddb3f7cb2-6b45-1e64-e45f-5d2b96f8c134

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.DNSServer.2016.ZoneScope:
ScopeName  string  区域作用域名称 true 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.DNSServer.2016.ZoneScope" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="ScopeName" Type="string" Key="true" CaseSensitive="false" MinLength="0" MaxLength="256"/>
</ClassType>