Compartilhar via


Classe SmoCollectionBase

The SmoCollectionBase class is a base class that is used in the construction of SMO collection classes and contains members that are common to them.

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

Sintaxe

'Declaração
Public MustInherit Class SmoCollectionBase _
    Inherits AbstractCollectionBase _
    Implements ICollection, IEnumerable
'Uso
Dim instance As SmoCollectionBase
public abstract class SmoCollectionBase : AbstractCollectionBase, 
    ICollection, IEnumerable
public ref class SmoCollectionBase abstract : public AbstractCollectionBase, 
    ICollection, IEnumerable
[<AbstractClassAttribute>]
type SmoCollectionBase =  
    class
        inherit AbstractCollectionBase
        interface ICollection
        interface IEnumerable
    end
public abstract class SmoCollectionBase extends AbstractCollectionBase implements ICollection, IEnumerable

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.