Metodo Remove (PartitionFunctionParameter)
Removes a PartitionFunctionParameter object from the PartitionFunctionParameterCollection collection.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Sub Remove ( _
partitionFunctionParameter As PartitionFunctionParameter _
)
'Utilizzo
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
)
Parametri
- partitionFunctionParameter
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .PartitionFunctionParameter
A PartitionFunctionParameter object representing the partition function parameter to be removed.
Vedere anche