Add Método (PartitionFunctionParameter)
Adds a PartitionFunctionParameter object to the PartitionFunctionParameterCollection collection.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Sub Add ( _
partitionFunctionParameter As PartitionFunctionParameter _
)
'Uso
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
)
Parámetros
- partitionFunctionParameter
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .PartitionFunctionParameter
A PartitionFunctionParameter object value that specifies the partition function parameter to be removed from the PartitionFunctionParameterCollection collection.