다음을 통해 공유


ResourcePoolAffinitySpecification.AffinityType 속성

Gets or sets the affinity settings of the resource pool.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public Property AffinityType As ResourcePoolAffinityType 
    Get 
    Set
‘사용 방법
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)

속성 값

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

참고 항목

참조

ResourcePoolAffinitySpecification 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스