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.