对工作负荷组建模。
命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)
语法
声明
Public Interface ISql100WorkloadGroup _
    Inherits IModelNamed, ISqlModelElement, IScriptSourcedModelElement, IModelElement,  _
    IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface ISql100WorkloadGroup : IModelNamed, 
    ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, 
    IModelAnnotationHolder
public interface class ISql100WorkloadGroup : IModelNamed, 
    ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, 
    IModelAnnotationHolder
type ISql100WorkloadGroup =  
    interface
        interface IModelNamed
        interface ISqlModelElement
        interface IScriptSourcedModelElement
        interface IModelElement
        interface IModelPropertyContainer
        interface IModelEntity
        interface IModelAnnotationHolder
    end
public interface ISql100WorkloadGroup extends IModelNamed, ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
ISql100WorkloadGroup 类型公开以下成员。
属性
| 名称 | 说明 | |
|---|---|---|
| .gif) | ElementClass | 获取元素的元数据类。 (继承自 IModelElement。) | 
| .gif) | GroupMaxRequests | 获取或设置 GROUP_MAX_REQUESTS 选项的值。 | 
| .gif) | Importance | 获取或设置工作负荷组的优先级。 | 
| .gif) | MaxDop | 获取或设置 MAX_DOP 选项的值。 | 
| .gif) | Model | 获取模型引用。 (继承自 IModelEntity。) | 
| .gif) | Name | 获取或设置元素的名称。 (继承自 IModelElement。) | 
| .gif) | PrimarySource | 获取有关元素的主要源的信息。 (继承自 IScriptSourcedModelElement。) | 
| .gif) | RequestMaxCpuTimeSec | 获取或设置 REQUEST_MAX_CPU_TIME_SEC 选项的值。 | 
| .gif) | RequestMaxMemoryGrantPercent | 获取或设置 REQUEST_MAX_MEMORY_GRANT_PERCENT 选项的值。 | 
| .gif) | RequestMemoryGrantTimeoutSec | 获取或设置 REQUEST_MEMORY_GRANT_TIMEOUT_SEC 选项的值。 | 
| .gif) | ResolutionStatus | 获取或设置模型元素解析状态的值。 (继承自 IModelElement。) | 
| .gif) | ResourcePool | 获取或设置提供此工作负荷组的资源池。 | 
| .gif) | SecondarySources | 获取元素的辅助源的列表。 (继承自 IScriptSourcedModelElement。) | 
| .gif) | SourceCodePositions | 获取用于定义此元素的源的列表。 (继承自 IModelElement。) | 
| .gif) | ValidationStatus | 获取或设置模型元素验证状态的值。 (继承自 IModelElement。) | 
页首
方法
页首
.gif)