KeyType

KeyType 属性指定了配置数据库项以及与项相关的 IIS 管理对象。KeyType 属性指定了与项关联的对象的类,例如 IIsWebServerIIsWebVirtualDirKeyType 决定该项可访问的属性集合。

注意 注意 所有 IIS 管理对象都可访问 KeyType 属性。值与 ADSI Class 属性相同,是被访问的 IIS 管理对象名称。

属性名 属性值
XML 数据类型 字符串
WMI 数据类型 字符串
ADSI 数据类型 字符串
ABO 数据类型 字符串
ABO 配置数据库标识符 MD_KEY_TYPE
属性 NO_ATTRIBUTES
默认值 null
MetaFlagsEx CACHE_PROPERTY_MODIFIED
用户类型 IIS_MD_UT_SERVER
StartingNumber 不适用
EndingNumber 不适用
ID 1002

可配置的位置

可以在 IIS 配置数据库中的以下位置配置该属性。

配置数据库路径IIS 管理对象类型
/LM/W3SVC/n/ROOT
/LM/W3SVC/n/ROOT/virtual_directory_name
IIsWebVirtualDir
/LM/W3SVC/nIIsWebServer
/LM/MSFTPSVC/nIIsFtpServer
/LMIIsComputer
/LM/W3SVCIIsWebService
/LM/MSFTPSVCIIsFtpService
/LM/W3SVC/n/ROOT/file_name
/LM/W3SVC/n/ROOT/virtual_directory_name/file_name
IIsWebFile
/LM/W3SVC/n/ROOT/physical_directory_name
/LM/W3SVC/n/virtual_directory_name/physical_directory_name
IIsWebDirectory
/LM/MSFTPSVC/n/ROOT
/LM/MSFTPSVC/n/ROOT/virtual_directory_name
IIsFtpVirtualDir
/LM/W3SVC/Filters/filter_name
/LM/W3SVC/n/Filters/filter_name
IIsFilter
/LM/W3SVC/Filters
/LM/W3SVC/n/Filters
IIsFilters
/LM/W3SVC/Filters/Compression/gzip
/LM/W3SVC/Filters/Compression/deflate
IIsCompressionScheme
/LM/W3SVC/Filters/Compression/ParametersIIsCompressionSchemes
/LM/W3SVC/n/IIsCertMapperIIsCertMapper
/LM/MimeMapIIsMimeMap
/LM/loggingIIsLogModules
/LM/logging/Microsoft IIS Log File Format
/LM/logging/NCSA Common Log File Format
/LM/logging/ODBC Logging
/LM/logging/W3C Extended Log File Format
IIsLogModule
/LM/logging/Custom Logging
/LM/logging/Custom Logging/Date
/LM/logging/Custom Logging/Time
/LM/logging/Custom Logging/Extended Properties
/LM/logging/Custom Logging/Extended Properties/extended_property_name
IIsCustomLogModule
/LM/W3SVC/InfoIIsWebInfo
/LM/MSFTPSVC/InfoIIsFtpInfo
/LM/NNTPSVCIIsNntpService
/LM/NNTPSVC/nIIsNntpServer
/LM/NNTPSVC/n/ROOT
/LM/NNTPSVC/n/ROOT/virtual_directory_name
IIsNntpVirtualDir
/LM/NNTPSVC/InfoIIsNntpInfo
/LM/SMTPSVCIIsSmtpService
/LM/SMTPSVC/nIIsSmtpServer
/LM/SMTPSVC/n/ROOT
/LM/SMTPSVC/n/ROOT/virtual_directory_name
IIsSmtpVirtualDir
/LM/SMTPSVC/n/DomainIIsSmtpDomain
/LM/SMTPSVC/n/RoutingSourcesIIsSmtpRoutingSource
/LM/SMTPSVC/InfoIIsSmtpInfo
/LM/NNTPSVC/n/RebuildIIsNntpRebuild
/LM/NNTPSVC/n/SessionsIIsNntpSessions
/LM/NNTPSVC/n/FeedsIIsNntpFeeds
/LM/NNTPSVC/n/Feeds/feednIIsNntpFeed
/LM/NNTPSVC/n/ExpiresIIsNntpExpiration
/LM/NNTPSVC/n/Expires/expirenIIsNntpExpire
/LM/NNTPSVC/n/GroupsIIsNntpGroups
/LM/SMTPSVC/n/SessionsIIsSmtpSessions
/IIS_ROOT
.IIS_Global
/LM/SMTPSVC/n/AliasIIsSmtpAlias
/LM/SMTPSVC/n/DLIIsSmtpDL
/LM/SMTPSVC/n/UserIIsSmtpUser
/LM/W3SVC/AppPools/DefaultAppPool
/LM/W3SVC/AppPools/DefaultAppPool/application_pool_name
IIsApplicationPool
/LM/W3SVC/AppPoolsIIsApplicationPools

代码示例

有关一般的代码示例,请参阅配置配置数据库属性的代码示例

© 1997-2003 Microsoft Corporation。保留所有权利