Właściwość ManagedInstance.Processors
Pobiera liczbę procesorów dla wystąpienie zarządzane z SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Utility
Zestaw: Microsoft.SqlServer.Management.Utility (w Microsoft.SqlServer.Management.Utility.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property Processors As Integer
Get
'Użycie
Dim instance As ManagedInstance
Dim value As Integer
value = instance.Processors
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public int Processors { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property int Processors {
int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member Processors : int
function get Processors () : int
Wartość właściwości
Typ: System.Int32
Int32 Zawiera liczbę procesorów dla wystąpienie zarządzane z SQL Server.