Propriedade do RDL ResourcePoolAffinitySpecification.PoolAffinityRanges
Gets the range of the resource pool affinity.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public ReadOnly Property PoolAffinityRanges As IList(Of LiteralRange)
Get
'Uso
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>
Valor da propriedade
Tipo: System.Collections.Generic.IList<LiteralRange>
The range of the resource pool affinity.