IServerPerformanceFacet.AffinityMask 属性

Gets the affinity mask property for an instance of SQL Server.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<DisplayNameKeyAttribute("AffinityMaskName")> _
<DisplayDescriptionKeyAttribute("AffinityMaskDesc")> _
ReadOnly Property AffinityMask As Integer 
    Get
用法
Dim instance As IServerPerformanceFacet 
Dim value As Integer 

value = instance.AffinityMask
[DisplayNameKeyAttribute("AffinityMaskName")]
[DisplayDescriptionKeyAttribute("AffinityMaskDesc")]
int AffinityMask { get; }
[DisplayNameKeyAttribute(L"AffinityMaskName")]
[DisplayDescriptionKeyAttribute(L"AffinityMaskDesc")]
property int AffinityMask {
    int get ();
}
[<DisplayNameKeyAttribute("AffinityMaskName")>]
[<DisplayDescriptionKeyAttribute("AffinityMaskDesc")>]
abstract AffinityMask : int
function get AffinityMask () : int

属性值

类型:System.Int32
The affinity mask property for an instance of SQL Server.

请参阅

参考

IServerPerformanceFacet 接口

Microsoft.SqlServer.Management.Smo 命名空间