共用方式為


PartitionFunctionParameter 建構函式 (PartitionFunction)

Initializes a new instance of the PartitionFunctionParameter class for the specified partition function.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Sub New ( _
    partitionFunction As PartitionFunction _
)
'用途
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
)

參數