The SqlQueryStringType simple type, in Configuration Manager 2007, is a basic type definition and is subject to change as validation of allowed values is improved.

<xs:simpleType name="SqlQueryStringType">
	<xs:restriction
		base="string"
	>
		<xs:minLength
			value="1"
		 />
	</xs:restriction>
</xs:simpleType>

See Also


Send comments about this topic to Microsoft.