XmlSchemaCollectionCollection Class

The XmlSchemaCollectionCollection class represents a collection of XmlSchemaCollection objects that represent all the XML schema collections defined on a table. The XmlSchemaCollection object represents a collection of XML namespaces.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public NotInheritable Class XmlSchemaCollectionCollection _
    Inherits SchemaCollectionBase
'Usage
Dim instance As XmlSchemaCollectionCollection
public sealed class XmlSchemaCollectionCollection : SchemaCollectionBase
public ref class XmlSchemaCollectionCollection sealed : public SchemaCollectionBase
[<SealedAttribute>]
type XmlSchemaCollectionCollection =  
    class
        inherit SchemaCollectionBase
    end
public final class XmlSchemaCollectionCollection extends SchemaCollectionBase

Remarks

An XmlSchemaCollectionCollection object can be used to gain access to a set of XML schema collections. You can use the Item property to return a specific XmlSchemaCollection object.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.