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
- 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.