Classe SchemaCollectionBase
The SchemaCollectionBase class is a base class that is inherited by the SchemaCollection class.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Class SchemaCollectionBase _
Inherits SortedListCollectionBase
'Utilizzo
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
Osservazioni
Thread Safety
Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.
Gerarchia di ereditarietà
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
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche