In Configuration Manager, the IISMetabaseDiscoveryType complex type specifies discovery information to retrieve properties in the Internet Information Services (IIS) 6.0 or IIS 7.0 metabases.

<xs:complexType name="IISMetabaseDiscoveryType">
	<xs:complexContent>
		<xs:extension
			base="DiscoverySourceType"
		>
			<xs:sequence>
				<xs:element name="Path"
					type="MetabasePathType"
				 />
				<xs:element name="PropertyID"
					type="unsignedInt"
				 />
			</xs:sequence>
			<xs:attribute name="Depth"
				type="SearchDepthType"
				use="optional"
			 />
		</xs:extension>
	</xs:complexContent>
</xs:complexType>

Child Elements

Element Type Description

Path

MetabasePathType

The path to the object that acts as the base of the search. The path is interpreted as the path to the metabase on the target machine.

PropertyID

unsignedInt

The well known integer identifier of the property in the metabase whose value must be discovered and assigned as the value of the parent setting.

Attributes

Name Type Description

Depth

SearchDepthType

The search scope to use:

"Base" is the exact object that is defined by the given metabase path. This is the default if no depth is specified.

"OneLevel" means to match against the immediate child metabase objects under the one specified in the path.

"Subtree" means to match against all objects under the object pointed to by the path.

See Also


Send comments about this topic to Microsoft.