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 命名空间