Метод Remove (PartitionFunctionParameter)
Removes a PartitionFunctionParameter object from the PartitionFunctionParameterCollection collection.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Sub Remove ( _
partitionFunctionParameter As PartitionFunctionParameter _
)
'Применение
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
)
Параметры
- partitionFunctionParameter
Тип Microsoft.SqlServer.Management.Smo. . :: . .PartitionFunctionParameter
A PartitionFunctionParameter object representing the partition function parameter to be removed.