ISql100ResourcePool.MaxCpuPercent Property
Gets or sets the maximum CPU percentage.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property MaxCpuPercent As Integer
Get
Set
'Usage
Dim instance As ISql100ResourcePool
Dim value As Integer
value = instance.MaxCpuPercent
instance.MaxCpuPercent = value
int MaxCpuPercent { get; set; }
property int MaxCpuPercent {
int get ();
void set (int value);
}
function get MaxCpuPercent () : int
function set MaxCpuPercent (value : int)
abstract MaxCpuPercent : int with get, set
Property Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.