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
繼承階層
System. . :: . .Object
Microsoft.SqlServer.Management.Smo. . :: . .AbstractCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .SmoCollectionBase
Microsoft.SqlServer.Management.Smo..::..SortedListCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .MessageCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .NumberedObjectCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .PartitionNumberedObjectCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .SchemaCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .SimpleObjectCollectionBase
執行緒安全性
這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。