共用方式為


ResourcePoolAffinitySpecification.PoolAffinityRanges 屬性

Gets the range of the resource pool affinity.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public ReadOnly Property PoolAffinityRanges As IList(Of LiteralRange)
    Get
'用途
Dim instance As ResourcePoolAffinitySpecification 
Dim value As IList(Of LiteralRange)

value = instance.PoolAffinityRanges
public IList<LiteralRange> PoolAffinityRanges { get; }
public:
property IList<LiteralRange^>^ PoolAffinityRanges {
    IList<LiteralRange^>^ get ();
}
member PoolAffinityRanges : IList<LiteralRange>
function get PoolAffinityRanges () : IList<LiteralRange>

屬性值

型別:System.Collections.Generic.IList<LiteralRange>
The range of the resource pool affinity.

請參閱

參考

ResourcePoolAffinitySpecification 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間