Share via


PartitionNumberedObjectCollectionBase 類別

The PartitionNumberedObjectCollectionBase is a base class that is inherited by the PhysicalPartitionCollection class.

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

語法

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

執行緒安全性

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