ResourcePoolAffinitySpecification.PoolAffinityRanges Property

Gets the range of the resource pool affinity.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public ReadOnly Property PoolAffinityRanges As IList(Of LiteralRange)
    Get
'Usage
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>

Property Value

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

See Also

Reference

ResourcePoolAffinitySpecification Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace