ResourcePoolAffinitySpecification.AffinityType Property
SQL Server 2012
Gets or sets the affinity settings of the resource pool.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
'Declaration Public Property AffinityType As ResourcePoolAffinityType Get Set 'Usage Dim instance As ResourcePoolAffinitySpecification Dim value As ResourcePoolAffinityType value = instance.AffinityType instance.AffinityType = value
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.ResourcePoolAffinityTypeThe affinity settings of the resource pool.
