Méthode PartitionFunctionParameterCollection.Remove (PartitionFunctionParameter)
Removes a PartitionFunctionParameter object from the PartitionFunctionParameterCollection collection.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub Remove ( _
partitionFunctionParameter As PartitionFunctionParameter _
)
'Utilisation
Dim instance As PartitionFunctionParameterCollection
Dim partitionFunctionParameter As PartitionFunctionParameter
instance.Remove(partitionFunctionParameter)
public void Remove(
PartitionFunctionParameter partitionFunctionParameter
)
public:
void Remove(
PartitionFunctionParameter^ partitionFunctionParameter
)
member Remove :
partitionFunctionParameter:PartitionFunctionParameter -> unit
public function Remove(
partitionFunctionParameter : PartitionFunctionParameter
)
Paramètres
- partitionFunctionParameter
Type : Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter
A PartitionFunctionParameter object representing the partition function parameter to be removed.