Share via


SortedListCollectionBase 類別

The SortedListCollectionBase class is a base class that is used in the construction of sorted list collection classes.

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

語法

'宣告
Public MustInherit Class SortedListCollectionBase _
    Inherits SmoCollectionBase
'用途
Dim instance As SortedListCollectionBase
public abstract class SortedListCollectionBase : SmoCollectionBase
public ref class SortedListCollectionBase abstract : public SmoCollectionBase
[<AbstractClassAttribute>]
type SortedListCollectionBase =  
    class
        inherit SmoCollectionBase
    end
public abstract class SortedListCollectionBase extends SmoCollectionBase

範例

使用集合

執行緒安全性

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