次の方法で共有


ResourcePoolAffinitySpecification.PoolAffinityRanges プロパティ

リソース プールの関係の範囲を取得します。

名前空間:  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>
リソース プールの関係の範囲です。

関連項目

参照

ResourcePoolAffinitySpecification クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間