Share via


Classe PhysicalPartition

The PhysicalPartition object represents the physical partition where the data and meta data is stored for a SQL Server object.

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

Sintaxe

'Declaração
Public NotInheritable Class PhysicalPartition _
    Inherits SqlSmoObject _
    Implements IPropertyDataDispatch
'Uso
Dim instance As PhysicalPartition
public sealed class PhysicalPartition : SqlSmoObject, 
    IPropertyDataDispatch
public ref class PhysicalPartition sealed : public SqlSmoObject, 
    IPropertyDataDispatch
[<SealedAttribute>]
type PhysicalPartition =  
    class
        inherit SqlSmoObject
        interface IPropertyDataDispatch
    end
public final class PhysicalPartition extends SqlSmoObject implements IPropertyDataDispatch

Comentários

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.

Hierarquia de herança

System. . :: . .Object
  Microsoft.SqlServer.Management.Smo. . :: . .SmoObjectBase
    Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject
      Microsoft.SqlServer.Management.Smo..::..PhysicalPartition

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.