Метод Remove (Int32)
Removes a PhysicalPartition that has the specified partition number from the collection.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Sub Remove ( _
partitionNumber As Integer _
)
'Применение
Dim instance As PhysicalPartitionCollection
Dim partitionNumber As Integer
instance.Remove(partitionNumber)
public void Remove(
int partitionNumber
)
public:
void Remove(
int partitionNumber
)
member Remove :
partitionNumber:int -> unit
public function Remove(
partitionNumber : int
)
Параметры
- partitionNumber
Тип: System. . :: . .Int32
An Int32 value that specifies the partition number of the partition to remove from the collection.