PhysicalPartitionCollection.Remove Method
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.
Overloads
Remove(PhysicalPartition) | |
Remove(Int32) |
Remove(PhysicalPartition)
public void Remove (Microsoft.SqlServer.Management.Smo.PhysicalPartition physicalPartition);
override this.Remove : Microsoft.SqlServer.Management.Smo.PhysicalPartition -> unit
Public Sub Remove (physicalPartition As PhysicalPartition)
Parameters
- physicalPartition
- PhysicalPartition
Applies to
Remove(Int32)
public void Remove (int partitionNumber);
override this.Remove : int -> unit
Public Sub Remove (partitionNumber As Integer)
Parameters
- partitionNumber
- Int32