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
'Bildirim
Public Sub New ( _
partitionFunction As PartitionFunction _
)
'Kullanım
Dim partitionFunction As PartitionFunction
Dim instance As New PartitionFunctionParameter(partitionFunction)
public PartitionFunctionParameter(
PartitionFunction partitionFunction
)
public:
PartitionFunctionParameter(
PartitionFunction^ partitionFunction
)
new :
partitionFunction:PartitionFunction -> PartitionFunctionParameter
public function PartitionFunctionParameter(
partitionFunction : PartitionFunction
)
Parameters
- partitionFunction
Type: Microsoft.SqlServer.Management.Smo.PartitionFunction
A PartitionFunction object that specifies the partition function for which to create the partition function parameter.
Examples
Using Filegroups and Files to Store Data
See Also
Reference
PartitionFunctionParameter Class
PartitionFunctionParameter Overload
Microsoft.SqlServer.Management.Smo Namespace