Partager via


Propriété ResourcePoolAffinitySpecification.PoolAffinityRanges

Gets the range of the resource pool affinity.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public ReadOnly Property PoolAffinityRanges As IList(Of LiteralRange)
    Get
'Utilisation
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>

Valeur de propriété

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

Voir aussi

Référence

ResourcePoolAffinitySpecification Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom