Compartir a través de


ResourcePoolAffinitySpecification.PoolAffinityRanges Propiedad

Gets the range of the resource pool affinity.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

ResourcePoolAffinitySpecification Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom