共用方式為


PartitionFunctionParameter 建構函式 (PartitionFunction, DataType)

Initializes a new instance of the PartitionFunctionParameter class with the specified data type and for the specified partition function.

命名空間:  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
)

參數

範例

使用檔案群組和檔案來儲存資料

請參閱

參考

PartitionFunctionParameter 類別

PartitionFunctionParameter 多載

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

CREATE PARTITION FUNCTION (Transact-SQL)