Méthode Add
Adds a PhysicalPartition object to the PhysicalPartitionCollection collection.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub Add ( _
physicalPartition As PhysicalPartition _
)
'Utilisation
Dim instance As PhysicalPartitionCollection
Dim physicalPartition As PhysicalPartition
instance.Add(physicalPartition)
public void Add(
PhysicalPartition physicalPartition
)
public:
void Add(
PhysicalPartition^ physicalPartition
)
member Add :
physicalPartition:PhysicalPartition -> unit
public function Add(
physicalPartition : PhysicalPartition
)
Paramètres
- physicalPartition
Type : Microsoft.SqlServer.Management.Smo. . :: . .PhysicalPartition
A PysicalPartition object value that specifies the physical partition to be added to the PhysicalPartitionCollection collection.
Voir aussi