SchemaCollectionBase Class

The SchemaCollectionBase class is a base class that is inherited by the SchemaCollection class.

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

Syntax

'Declaration
Public Class SchemaCollectionBase _
    Inherits SortedListCollectionBase
'Usage
Dim instance As SchemaCollectionBase
public class SchemaCollectionBase : SortedListCollectionBase
public ref class SchemaCollectionBase : public SortedListCollectionBase
type SchemaCollectionBase =  
    class
        inherit SortedListCollectionBase
    end
public class SchemaCollectionBase extends SortedListCollectionBase

Remarks

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.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Smo.AbstractCollectionBase
    Microsoft.SqlServer.Management.Smo.SmoCollectionBase
      Microsoft.SqlServer.Management.Smo.SortedListCollectionBase
        Microsoft.SqlServer.Management.Smo.SchemaCollectionBase
          Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueCollection
          Microsoft.SqlServer.Management.Smo.DefaultCollection
          Microsoft.SqlServer.Management.Smo.ExtendedStoredProcedureCollection
          Microsoft.SqlServer.Management.Smo.RuleCollection
          Microsoft.SqlServer.Management.Smo.StoredProcedureCollection
          Microsoft.SqlServer.Management.Smo.SynonymCollection
          Microsoft.SqlServer.Management.Smo.TableCollection
          Microsoft.SqlServer.Management.Smo.UserDefinedAggregateCollection
          Microsoft.SqlServer.Management.Smo.UserDefinedDataTypeCollection
          Microsoft.SqlServer.Management.Smo.UserDefinedFunctionCollection
          Microsoft.SqlServer.Management.Smo.UserDefinedTableTypeCollection
          Microsoft.SqlServer.Management.Smo.UserDefinedTypeCollection
          Microsoft.SqlServer.Management.Smo.ViewCollection
          Microsoft.SqlServer.Management.Smo.XmlSchemaCollectionCollection

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.