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

See Also

Reference

AlterServerConfigurationStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace