Partager via


Propriété ResourcePoolAffinitySpecification.IsAuto

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

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property IsAuto As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

ResourcePoolAffinitySpecification Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom