Propriedade do RDL ResourcePoolAffinitySpecification.IsAuto
Gets or sets whether the affinity of the resource pool is automatically specified.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Boolean
True if the affinity of the resource pool is automatically specified; otherwise, false.