Classe ArrayListCollectionBase

The ArrayListCollectionBase object represents a base class that is used in the construction of collections that are based on array lists.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public MustInherit Class ArrayListCollectionBase _
    Inherits SmoCollectionBase
'Utilisation
Dim instance As ArrayListCollectionBase
public abstract class ArrayListCollectionBase : SmoCollectionBase
public ref class ArrayListCollectionBase abstract : public SmoCollectionBase
[<AbstractClassAttribute>]
type ArrayListCollectionBase =  
    class
        inherit SmoCollectionBase
    end
public abstract class ArrayListCollectionBase extends SmoCollectionBase

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.