Свойство 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