Compartir a través de


ResourcePoolAffinitySpecification.AffinityType Propiedad

Gets or sets the affinity settings of the resource pool.

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

Sintaxis

'Declaración
Public Property AffinityType As ResourcePoolAffinityType 
    Get 
    Set
'Uso
Dim instance As ResourcePoolAffinitySpecification 
Dim value As ResourcePoolAffinityType 

value = instance.AffinityType

instance.AffinityType = value
public ResourcePoolAffinityType AffinityType { get; set; }
public:
property ResourcePoolAffinityType AffinityType {
    ResourcePoolAffinityType get ();
    void set (ResourcePoolAffinityType value);
}
member AffinityType : ResourcePoolAffinityType with get, set
function get AffinityType () : ResourcePoolAffinityType 
function set AffinityType (value : ResourcePoolAffinityType)

Valor de la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.ResourcePoolAffinityType
The affinity settings of the resource pool.

Vea también

Referencia

ResourcePoolAffinitySpecification Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom