Expand Minimize
This topic has not yet been rated - Rate this topic

XmlTypeKind Enumeration

The XmlTypeKind enumeration contains constant values that specify the kind of XML component.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
public enum XmlTypeKind
Member nameDescription
AnyAny type.
AnySimpleAny simple type.
PrimitiveA primitive type.
SimpleA simple type.
ListA list type.
UnionA union type
ComplexSimpleA complex simple type.
ComplexA complex type.
ElementAn element.
ModelGroupA model group.
ElementWildcardAn element wildcard.
AttributeAn attribute.
AttributeGroupAn attribute group.
AttributeWildcardAn attribute wildcard.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.