DeployedDac.ProcessorUtilization 属性
Gets the processor utilization in percentage points.
命名空间: Microsoft.SqlServer.Management.Utility
程序集: Microsoft.SqlServer.Management.Utility(在 Microsoft.SqlServer.Management.Utility.dll 中)
语法
声明
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property ProcessorUtilization As Single
Get
用法
Dim instance As DeployedDac
Dim value As Single
value = instance.ProcessorUtilization
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public float ProcessorUtilization { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property float ProcessorUtilization {
float get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member ProcessorUtilization : float32
function get ProcessorUtilization () : float
属性值
类型:System.Single
A Double value that specifies the processor utilization in percentage points.
示例
VC#
System.Console.WriteLine(deployedDac.ProcessorUtilization);
VB
System.Console.WriteLine(deployedDac.ProcessorUtilization)
PowerShell
Write-Host $deployedDac.ProcessorUtilization