次の方法で共有


PartitionFunctionParameter コンストラクター (PartitionFunction, DataType)

指定したデータ型を使用して、指定したパーティション関数の PartitionFunctionParameter クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Sub New ( _
    partitionFunction As PartitionFunction, _
    dataType As DataType _
)
'使用
Dim partitionFunction As PartitionFunction
Dim dataType As DataType

Dim instance As New PartitionFunctionParameter(partitionFunction, _
    dataType)
public PartitionFunctionParameter(
    PartitionFunction partitionFunction,
    DataType dataType
)
public:
PartitionFunctionParameter(
    PartitionFunction^ partitionFunction, 
    DataType^ dataType
)
new : 
        partitionFunction:PartitionFunction * 
        dataType:DataType -> PartitionFunctionParameter
public function PartitionFunctionParameter(
    partitionFunction : PartitionFunction, 
    dataType : DataType
)

パラメーター