PartitionFunctionParameterCollection.Add 方法 (PartitionFunctionParameter)
Adds a PartitionFunctionParameter object to the PartitionFunctionParameterCollection collection.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Sub Add ( _
partitionFunctionParameter As PartitionFunctionParameter _
)
用法
Dim instance As PartitionFunctionParameterCollection
Dim partitionFunctionParameter As PartitionFunctionParameter
instance.Add(partitionFunctionParameter)
public void Add(
PartitionFunctionParameter partitionFunctionParameter
)
public:
void Add(
PartitionFunctionParameter^ partitionFunctionParameter
)
member Add :
partitionFunctionParameter:PartitionFunctionParameter -> unit
public function Add(
partitionFunctionParameter : PartitionFunctionParameter
)
参数
- partitionFunctionParameter
类型:Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter
A PartitionFunctionParameter object value that specifies the partition function parameter to be removed from the PartitionFunctionParameterCollection collection.