Metoda PhysicalPartitionCollection.Remove (Int32)
Usuwa PhysicalPartition ma numer określonej partycji z kolekcja.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Sub Remove ( _
partitionNumber As Integer _
)
'Użycie
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
)
Parametry
- partitionNumber
Typ: System.Int32
Int32 Wartość, która określa numer partycji partycji, Usuń z kolekcja.