共用方式為


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 命名空間