DeployedDac.ProcessorUtilization Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft die Prozessorauslastung in Prozent ab.
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
Eigenschaftswert
Ein Double-Wert, der die Prozessorauslastung in Prozent angibt.
- Attribute
Beispiele
Vc #
System.Console.WriteLine(deployedDac.ProcessorUtilization);
VB
System.Console.WriteLine(deployedDac.ProcessorUtilization)
PowerShell
Write-Host $deployedDac.ProcessorUtilization