SqlInstanceNamePattern Simple Type
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
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
Concepts
Authoring Desired Configuration Management Configuration Baselines and Configuration Items