WorkloadGroupStatement.WorkloadGroupParameters Property
SQL Server 2012
Gets a list of workload group statement parameters.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
'Declaration Public ReadOnly Property WorkloadGroupParameters As IList(Of WorkloadGroupParameter) Get 'Usage Dim instance As WorkloadGroupStatement Dim value As IList(Of WorkloadGroupParameter) value = instance.WorkloadGroupParameters
Property Value
Type: System.Collections.Generic.IList(Of WorkloadGroupParameter)A list of workload group statement parameters.
