IServerPerformanceFacet.Affinity64IOMask 属性

Gets the affinity64 IO mask property for an instance of SQL Server.

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

语法

声明
<DisplayDescriptionKeyAttribute("Affinity64IOMaskDesc")> _
<DisplayNameKeyAttribute("Affinity64IOMaskName")> _
ReadOnly Property Affinity64IOMask As Integer 
    Get
用法
Dim instance As IServerPerformanceFacet 
Dim value As Integer 

value = instance.Affinity64IOMask
[DisplayDescriptionKeyAttribute("Affinity64IOMaskDesc")]
[DisplayNameKeyAttribute("Affinity64IOMaskName")]
int Affinity64IOMask { get; }
[DisplayDescriptionKeyAttribute(L"Affinity64IOMaskDesc")]
[DisplayNameKeyAttribute(L"Affinity64IOMaskName")]
property int Affinity64IOMask {
    int get ();
}
[<DisplayDescriptionKeyAttribute("Affinity64IOMaskDesc")>]
[<DisplayNameKeyAttribute("Affinity64IOMaskName")>]
abstract Affinity64IOMask : int
function get Affinity64IOMask () : int

属性值

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

请参阅

参考

IServerPerformanceFacet 接口

Microsoft.SqlServer.Management.Smo 命名空间