SchemaCollectionBase Clase
The SchemaCollectionBase class is a base class that is inherited by the SchemaCollection class.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Class SchemaCollectionBase _
Inherits SortedListCollectionBase
'Uso
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
Notas
Thread Safety
Todos los miembros estáticos (compartidos en Microsoft Visual Basic) públicos de este tipo son seguros para operaciones multiproceso. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Jerarquía de herencia
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
Seguridad para subprocesos
Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también