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.