获取或设置提供此工作负荷组的资源池。
命名空间: 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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。