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.
示例
请参阅
参考
Microsoft.SqlServer.Management.Smo 命名空间