AlterWorkloadGroupStatement Class

Definition

Represents the Alter Workload Group statement.

[System.Serializable]
public class AlterWorkloadGroupStatement : Microsoft.SqlServer.TransactSql.ScriptDom.WorkloadGroupStatement
[<System.Serializable>]
type AlterWorkloadGroupStatement = class
    inherit WorkloadGroupStatement
Public Class AlterWorkloadGroupStatement
Inherits WorkloadGroupStatement
Inheritance
Attributes

Constructors

AlterWorkloadGroupStatement()

Fields

Uninitialized

Constant to indicate and uninitialized token.

(Inherited from TSqlFragment)

Properties

ExternalPoolName

Represents the external resource pool name.

(Inherited from WorkloadGroupStatement)
FirstTokenIndex

Gets or sets the first index of the token.

(Inherited from TSqlFragment)
FragmentLength

Defines the number of characters the fragment takes up in the script it was parsed.

(Inherited from TSqlFragment)
LastTokenIndex

Gets or sets the last index of the token.

(Inherited from TSqlFragment)
Name

Represents the name.

(Inherited from WorkloadGroupStatement)
PoolName

Represents the resource pool name.

(Inherited from WorkloadGroupStatement)
ScriptTokenStream

Gets or sets the script token stream.

(Inherited from TSqlFragment)
StartColumn

Gets the start column.

(Inherited from TSqlFragment)
StartLine

Gets the start line.

(Inherited from TSqlFragment)
StartOffset

Defines the character offset of fragments starting location in the script it was parsed.

(Inherited from TSqlFragment)
WorkloadGroupParameters

The list of parameters.

(Inherited from WorkloadGroupStatement)

Methods

Accept(TSqlFragmentVisitor)

Accepts visitor

AcceptChildren(TSqlFragmentVisitor)

Accepts visitor for Children

Applies to