Compartir a través de


ResourcePoolAffinitySpecification.IsAuto Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property IsAuto As Boolean 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

ResourcePoolAffinitySpecification Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom