Proprietà ISql100WorkloadGroup.RequestMaxCpuTimeSec

Ottiene o imposta il valore dell'opzione REQUEST_MAX_CPU_TIME_SEC.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Property RequestMaxCpuTimeSec As Integer
    Get
    Set
int RequestMaxCpuTimeSec { get; set; }
property int RequestMaxCpuTimeSec {
    int get ();
    void set (int value);
}
abstract RequestMaxCpuTimeSec : int with get, set
function get RequestMaxCpuTimeSec () : int
function set RequestMaxCpuTimeSec (value : int)

Valore proprietà

Tipo: System.Int32

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql100WorkloadGroup Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel