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.