AlterServerConfigurationStatement.ProcessAffinityRanges Property
Gets a list of ranges for the processor affinity of the statement being modeled.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property ProcessAffinityRanges As IList(Of ProcessAffinityRange)
public IList<ProcessAffinityRange> ProcessAffinityRanges { get; }
public:
property IList<ProcessAffinityRange^>^ ProcessAffinityRanges {
IList<ProcessAffinityRange^>^ get ();
}
member ProcessAffinityRanges : IList<ProcessAffinityRange>
function get ProcessAffinityRanges () : IList<ProcessAffinityRange>
Property Value
Type: System.Collections.Generic.IList<ProcessAffinityRange>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.