Remove-Methode (PartitionFunctionParameter)
Removes a PartitionFunctionParameter object from the PartitionFunctionParameterCollection collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Remove ( _
partitionFunctionParameter As PartitionFunctionParameter _
)
'Usage
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
)
Parameter
- partitionFunctionParameter
Typ: Microsoft.SqlServer.Management.Smo. . :: . .PartitionFunctionParameter
A PartitionFunctionParameter object representing the partition function parameter to be removed.