Classe SchemaCollectionBase
The SchemaCollectionBase class is a base class that is inherited by the SchemaCollection class.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Class SchemaCollectionBase _
Inherits SortedListCollectionBase
'Utilisation
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
Notes
Thread Safety
Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme sûrs.
Hiérarchie d'héritage
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
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.