Catalog.ScaleOutEnabled 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为目录启用横向扩展
public:
property bool ScaleOutEnabled { bool get(); void set(bool value); };
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayCategoryKey("General")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("Catalog_ScaleOutEnabledDesc")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("Catalog_ScaleOutEnabled")]
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
[System.ComponentModel.ReadOnly(true)]
public bool ScaleOutEnabled { get; set; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayCategoryKey("General")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("Catalog_ScaleOutEnabledDesc")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("Catalog_ScaleOutEnabled")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
[<System.ComponentModel.ReadOnly(true)>]
member this.ScaleOutEnabled : bool with get, set
Public Property ScaleOutEnabled As Boolean
属性值
- 属性