다음을 통해 공유


ResourcePoolAffinitySpecification.PoolAffinityRanges 속성

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.

참고 항목

참조

ResourcePoolAffinitySpecification 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스