Share via


ArrayListCollectionBase 類別

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

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public MustInherit Class ArrayListCollectionBase _
    Inherits SmoCollectionBase
'用途
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

執行緒安全性

這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。