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.