ProcessAffinityRange.From Property

Gets or sets the lower limit of the process affinity range.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property From As Literal
public Literal From { get; set; }
public:
property Literal^ From {
    Literal^ get ();
    void set (Literal^ value);
}
member From : Literal with get, set
function get From () : Literal
function set From (value : Literal)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.Literal

.NET Framework Security

See Also

Reference

ProcessAffinityRange Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace