Partager via


Classe PhysicalPartition

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public NotInheritable Class PhysicalPartition _
    Inherits SqlSmoObject _
    Implements IPropertyDataDispatch
'Utilisation
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

Notes

Thread Safety

Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme sûrs.

Hiérarchie d'héritage

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

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.