Freigeben über


IServerPerformanceFacet.Affinity64IOMask-Eigenschaft

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<DisplayDescriptionKeyAttribute("Affinity64IOMaskDesc")> _
<DisplayNameKeyAttribute("Affinity64IOMaskName")> _
ReadOnly Property Affinity64IOMask As Integer 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

IServerPerformanceFacet Schnittstelle

Microsoft.SqlServer.Management.Smo-Namespace