Add-Methode (PartitionFunctionParameter)
Adds a PartitionFunctionParameter object to the PartitionFunctionParameterCollection collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Add ( _
partitionFunctionParameter As PartitionFunctionParameter _
)
'Usage
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
)
Parameter
- partitionFunctionParameter
Typ: Microsoft.SqlServer.Management.Smo. . :: . .PartitionFunctionParameter
A PartitionFunctionParameter object value that specifies the partition function parameter to be removed from the PartitionFunctionParameterCollection collection.