Compartir a través de


PartitionFunctionParameterCollection.Remove Método (PartitionFunctionParameter)

Removes a PartitionFunctionParameter object from the PartitionFunctionParameterCollection collection.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub Remove ( _
    partitionFunctionParameter As PartitionFunctionParameter _
)
'Uso
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
)

Parámetros

Ejemplos

Usar colecciones

Vea también

Referencia

PartitionFunctionParameterCollection Clase

Sobrecarga de Remove

Espacio de nombres Microsoft.SqlServer.Management.Smo