Freigeben über


ResourcePoolParameterType-Enumeration

Gibt einen Ressourcenpoolparametertyp an.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration ResourcePoolParameterType
[SerializableAttribute]
public enum ResourcePoolParameterType
[SerializableAttribute]
public enum class ResourcePoolParameterType
[<SerializableAttribute>]
type ResourcePoolParameterType
public enum ResourcePoolParameterType

Member

Membername Beschreibung
Unknown Typ ist Unknown
MaxCpuPercent Der Typ ist MaxCpuPercent.
MaxMemoryPercent Der Typ ist MaxMemoryPercent.
MinCpuPercent Der Typ ist MinCpuPercent.
MinMemoryPercent Der Typ ist MinMemoryPercent.

Siehe auch

Referenz

Microsoft.Data.Schema.ScriptDom.Sql-Namespace