다음을 통해 공유


AffinityInfoBase.AffinityType 속성

Gets or sets the affinity type of the AffinityInfoBase.

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

구문

‘선언
Public Property AffinityType As AffinityType 
    Get 
    Set
‘사용 방법
Dim instance As AffinityInfoBase 
Dim value As AffinityType 

value = instance.AffinityType

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

속성 값

유형: Microsoft.SqlServer.Management.Smo.AffinityType
The affinity type of the AffinityInfoBase.

참고 항목

참조

AffinityInfoBase 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스