PhysicalPartitionCollection Class

Definition

Strongly typed list of MAPPED_TYPE objects Has strongly typed support for all of the methods of the sorted list class

public sealed class PhysicalPartitionCollection : Microsoft.SqlServer.Management.Smo.PartitionNumberedObjectCollectionBase
type PhysicalPartitionCollection = class
    inherit PartitionNumberedObjectCollectionBase
Public NotInheritable Class PhysicalPartitionCollection
Inherits PartitionNumberedObjectCollectionBase
Inheritance

Fields

initialized (Inherited from AbstractCollectionBase)

Properties

Count (Inherited from SmoCollectionBase)
IsSynchronized (Inherited from SmoCollectionBase)
Item[Int32]
Parent
ParentInstance (Inherited from AbstractCollectionBase)
SyncRoot (Inherited from SmoCollectionBase)

Methods

Add(PhysicalPartition)
AddExisting(SqlSmoObject) (Inherited from AbstractCollectionBase)
AddImpl(SqlSmoObject) (Inherited from SortedListCollectionBase)
ClearAndInitialize(String, IEnumerable<String>)

Clears old objects and initializes the collection

(Inherited from SmoCollectionBase)
Contains(Int32) (Inherited from PartitionNumberedObjectCollectionBase)
CopyTo(PhysicalPartition[])

Copy all content of the given physical partition array in current collection

CopyTo(PhysicalPartition[], Int32)

Copy the content of given PhysicalPartition array to this collection object. Staring onward partitionNumberStart.

CopyTo(PhysicalPartition[], Int32, Int32)

Copy the content of the physical partition array for given range of the partition numbers in current collection

GetCollectionElementType() (Inherited from SmoCollectionBase)
GetEnumerator()

Returns an enumerator after making sure the collection is initialized with the default properties

(Inherited from SmoCollectionBase)
GetItemById(Int32) (Inherited from SmoCollectionBase)
GetItemById(Int32, String) (Inherited from SmoCollectionBase)
GetObjectByIndex(Int32) (Inherited from SmoCollectionBase)
ImplAddExisting(SqlSmoObject) (Inherited from SortedListCollectionBase)
InitializeChildCollection()

Initialize the child collection

(Inherited from SmoCollectionBase)
InitializeChildCollection(Boolean)

Initializes the child collection, optionally keeping all the old objects

(Inherited from SmoCollectionBase)
InitInnerCollection() (Inherited from PartitionNumberedObjectCollectionBase)
Refresh() (Inherited from SmoCollectionBase)
Refresh(Boolean) (Inherited from SmoCollectionBase)
Remove(Int32)
Remove(PhysicalPartition)
ResetCollection()

Empties the collection but doesn't attempt to retrieve any data

(Inherited from SmoCollectionBase)
ValidateParentObject(SqlSmoObject) (Inherited from SmoCollectionBase)

Explicit Interface Implementations

ICollection.CopyTo(Array, Int32) (Inherited from SmoCollectionBase)

Applies to