ResourcePoolAffinitySpecification.IsAuto Property

Gets or sets whether the affinity of the resource pool is automatically specified.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property IsAuto As Boolean 
    Get 
    Set
'Usage
Dim instance As ResourcePoolAffinitySpecification 
Dim value As Boolean 

value = instance.IsAuto

instance.IsAuto = value
public bool IsAuto { get; set; }
public:
property bool IsAuto {
    bool get ();
    void set (bool value);
}
member IsAuto : bool with get, set
function get IsAuto () : boolean 
function set IsAuto (value : boolean)

Property Value

Type: System.Boolean
True if the affinity of the resource pool is automatically specified; otherwise, false.

See Also

Reference

ResourcePoolAffinitySpecification Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace