ISql100WorkloadGroup.ResourcePool 属性

获取或设置提供此工作负荷组的资源池。

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

语法

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

属性值

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

.NET Framework 安全性

请参见

参考

ISql100WorkloadGroup 接口

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