Table.PhysicalPartitions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Collection class instance for the PhysicalPartitions of the table
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObject(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerRelationship.ChildContainer, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerCardinality.OneToAny, typeof(Microsoft.SqlServer.Management.Smo.PhysicalPartition))]
public Microsoft.SqlServer.Management.Smo.PhysicalPartitionCollection PhysicalPartitions { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObject(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerRelationship.ChildContainer, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerCardinality.OneToAny, typeof(Microsoft.SqlServer.Management.Smo.PhysicalPartition))>]
member this.PhysicalPartitions : Microsoft.SqlServer.Management.Smo.PhysicalPartitionCollection
Public ReadOnly Property PhysicalPartitions As PhysicalPartitionCollection
Property Value
- Attributes