PartitionFunctionParameter Constructor (PartitionFunction)
Initializes a new instance of the PartitionFunctionParameter class for the specified partition function.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public Sub New ( _
partitionFunction As PartitionFunction _
)
public PartitionFunctionParameter (
PartitionFunction partitionFunction
)
public:
PartitionFunctionParameter (
PartitionFunction^ partitionFunction
)
public PartitionFunctionParameter (
PartitionFunction partitionFunction
)
public function PartitionFunctionParameter (
partitionFunction : PartitionFunction
)
Parameters
- partitionFunction
A PartitionFunction object that specifies the partition function for which to create the partition function parameter.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also