Share via


Classe PhysicalPartitionCollection

The PhysicalPartitionCollection class represents a collection of PhysicalPartition objects that represent all the physical partitions that are defined on an object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public NotInheritable Class PhysicalPartitionCollection _
    Inherits PartitionNumberedObjectCollectionBase
'Uso
Dim instance As PhysicalPartitionCollection
public sealed class PhysicalPartitionCollection : PartitionNumberedObjectCollectionBase
public ref class PhysicalPartitionCollection sealed : public PartitionNumberedObjectCollectionBase
[<SealedAttribute>]
type PhysicalPartitionCollection =  
    class
        inherit PartitionNumberedObjectCollectionBase
    end
public final class PhysicalPartitionCollection extends PartitionNumberedObjectCollectionBase

Comentários

A PhysicalPartitionCollection object can be used to gain access to a set of physical partitions. You can use the Item(Int32) property to return a specific PhysicalPartition object.

Thread Safety

Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.