Costruttore PartitionFunctionParameter (PartitionFunction)
Initializes a new instance of the PartitionFunctionParameter class for the specified partition function.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
partitionFunction As PartitionFunction _
)
'Utilizzo
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
)
Parametri
- partitionFunction
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .PartitionFunction
A PartitionFunction object that specifies the partition function for which to create the partition function parameter.