WorkloadGroupStatement.PoolName 属性

获取或设置资源池名称。

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

语法

声明
Public Property PoolName As TSqlFragment
    Get
    Set
public TSqlFragment PoolName { get; set; }
public:
property TSqlFragment^ PoolName {
    TSqlFragment^ get ();
    void set (TSqlFragment^ value);
}
member PoolName : TSqlFragment with get, set
function get PoolName () : TSqlFragment
function set PoolName (value : TSqlFragment)

属性值

类型:Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment

.NET Framework 安全性

请参见

参考

WorkloadGroupStatement 类

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