共用方式為


PartitionScheme.AllToOneFilegroup 屬性

AllToOneFilegroup property class of PartitionScheme

命名空間:  Microsoft.SqlServer.Dac.Model
組件:  Microsoft.SqlServer.Dac.Extensions (在 Microsoft.SqlServer.Dac.Extensions.dll 中)

語法

'宣告
Public Shared Property AllToOneFilegroup As ModelPropertyClass 
    Get 
    Friend Set
'用途
Dim value As ModelPropertyClass 

value = PartitionScheme.AllToOneFilegroup
public static ModelPropertyClass AllToOneFilegroup { get; internal set; }
public:
static property ModelPropertyClass^ AllToOneFilegroup {
    ModelPropertyClass^ get ();
    internal: void set (ModelPropertyClass^ value);
}
static member AllToOneFilegroup : ModelPropertyClass with get, internal set
static function get AllToOneFilegroup () : ModelPropertyClass 
internal static function set AllToOneFilegroup (value : ModelPropertyClass)

屬性值

型別:Microsoft.SqlServer.Dac.Model.ModelPropertyClass

請參閱

參考

PartitionScheme 類別

Microsoft.SqlServer.Dac.Model 命名空間