The SqlInstanceNamePattern simple type is a string, in Configuration Manager 2007, that is restricted by the following pattern:

localhost|localhost\\[a-zA-Z0-9_\-]+|localhost\\\*

<xs:simpleType name="SqlInstanceNamePattern">
	<xs:restriction
		base="string"
	>
		<xs:pattern
			value="localhost|localhost\\[a-zA-Z0-9_\-]+|localhost\\\*"
		 />
	</xs:restriction>
</xs:simpleType>

See Also


Send comments about this topic to Microsoft.