ISql90SpecifiesStorage.PartitionScheme 属性

获取或设置用于存储对象的分区方案。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
Property PartitionScheme As ISql90PartitionScheme
    Get
    Set
ISql90PartitionScheme PartitionScheme { get; set; }
property ISql90PartitionScheme^ PartitionScheme {
    ISql90PartitionScheme^ get ();
    void set (ISql90PartitionScheme^ value);
}
abstract PartitionScheme : ISql90PartitionScheme with get, set
function get PartitionScheme () : ISql90PartitionScheme
function set PartitionScheme (value : ISql90PartitionScheme)

属性值

类型:Microsoft.Data.Schema.Sql.SchemaModel.ISql90PartitionScheme

.NET Framework 安全性

请参见

参考

ISql90SpecifiesStorage 接口

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