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