共用方式為


ISql90PartitionScheme.PartitionFunction 屬性

取得或設定分割配置所使用的分割函式。

命名空間:  Microsoft.Data.Schema.Sql.SchemaModel
組件:  Microsoft.Data.Schema.Sql (在 Microsoft.Data.Schema.Sql.dll 中)

語法

'宣告
Property PartitionFunction As ISql90PartitionFunction
    Get
    Set
ISql90PartitionFunction PartitionFunction { get; set; }
property ISql90PartitionFunction^ PartitionFunction {
    ISql90PartitionFunction^ get ();
    void set (ISql90PartitionFunction^ value);
}
abstract PartitionFunction : ISql90PartitionFunction with get, set
function get PartitionFunction () : ISql90PartitionFunction
function set PartitionFunction (value : ISql90PartitionFunction)

屬性值

型別:Microsoft.Data.Schema.Sql.SchemaModel.ISql90PartitionFunction

.NET Framework 安全性

請參閱

參考

ISql90PartitionScheme 介面

Microsoft.Data.Schema.Sql.SchemaModel 命名空間