PartitionFunctionParameter 构造函数

定义

重载

PartitionFunctionParameter()

public PartitionFunctionParameter();
Public Sub New ()

适用于

PartitionFunctionParameter(PartitionFunction)

public PartitionFunctionParameter(Microsoft.SqlServer.Management.Smo.PartitionFunction partitionFunction);
new Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter : Microsoft.SqlServer.Management.Smo.PartitionFunction -> Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter
Public Sub New (partitionFunction As PartitionFunction)

参数

partitionFunction
PartitionFunction

适用于

PartitionFunctionParameter(PartitionFunction, DataType)

public PartitionFunctionParameter(Microsoft.SqlServer.Management.Smo.PartitionFunction partitionFunction, Microsoft.SqlServer.Management.Smo.DataType dataType);
new Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter : Microsoft.SqlServer.Management.Smo.PartitionFunction * Microsoft.SqlServer.Management.Smo.DataType -> Microsoft.SqlServer.Management.Smo.PartitionFunctionParameter
Public Sub New (partitionFunction As PartitionFunction, dataType As DataType)

参数

partitionFunction
PartitionFunction
dataType
DataType

适用于