DeployedDac.ProcessorUtilization Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the processor utilization in percentage points.
public:
property float ProcessorUtilization { float get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)]
public float ProcessorUtilization { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)>]
member this.ProcessorUtilization : single
Public ReadOnly Property ProcessorUtilization As Single
Property Value
A Double value that specifies the processor utilization in percentage points.
- Attributes
Examples
VC#
System.Console.WriteLine(deployedDac.ProcessorUtilization);
VB
System.Console.WriteLine(deployedDac.ProcessorUtilization)
PowerShell
Write-Host $deployedDac.ProcessorUtilization