言語

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

適用対象