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
)
매개 변수
- partitionFunction
유형: Microsoft.SqlServer.Management.Smo. . :: . .PartitionFunction
A PartitionFunction object that specifies the partition function for which to create the partition function parameter.