WorkloadGroupCollection
WorkloadGroupCollection
WorkloadGroupCollection
Class
Definition
Strongly typed list of MAPPED_TYPE objects
Has strongly typed support for all of the methods of the sorted list class
public sealed class WorkloadGroupCollection : Microsoft.SqlServer.Management.Smo.SimpleObjectCollectionBase
type WorkloadGroupCollection = class
inherit SimpleObjectCollectionBase
Public NotInheritable Class WorkloadGroupCollection
Inherits SimpleObjectCollectionBase
- Inheritance
-
WorkloadGroupCollectionWorkloadGroupCollectionWorkloadGroupCollection
Properties
Methods
Add(WorkloadGroup)
Add(WorkloadGroup)
Add(WorkloadGroup)
|
AddExisting(SqlSmoObject)
AddExisting(SqlSmoObject)
AddExisting(SqlSmoObject)
|
Inherited from AbstractCollectionBase
|
AddImpl(SqlSmoObject)
AddImpl(SqlSmoObject)
AddImpl(SqlSmoObject)
|
Inherited from SortedListCollectionBase
|
ClearAndInitialize(String, IEnumerable<String>)
ClearAndInitialize(String, IEnumerable<String>)
ClearAndInitialize(String, IEnumerable<String>)
|
Clears old objects and initializes the collection
(Inherited from SmoCollectionBase)
|
Contains(String)
Contains(String)
Contains(String)
|
Contains
(Inherited from SimpleObjectCollectionBase)
|
CopyTo(WorkloadGroup[], Int32)
CopyTo(WorkloadGroup[], Int32)
CopyTo(WorkloadGroup[], Int32)
|
GetCollectionElementType()
GetCollectionElementType()
GetCollectionElementType()
|
Inherited from SmoCollectionBase
|
GetEnumerator()
GetEnumerator()
GetEnumerator()
|
Returns an enumerator after making sure the collection is initialized with the default properties
(Inherited from SmoCollectionBase)
|
GetItemById(Int32)
GetItemById(Int32)
GetItemById(Int32)
|
Inherited from SmoCollectionBase
|
GetItemById(Int32, String)
GetItemById(Int32, String)
GetItemById(Int32, String)
|
Inherited from SmoCollectionBase
|
GetObjectByIndex(Int32)
GetObjectByIndex(Int32)
GetObjectByIndex(Int32)
|
Inherited from SmoCollectionBase
|
ImplAddExisting(SqlSmoObject)
ImplAddExisting(SqlSmoObject)
ImplAddExisting(SqlSmoObject)
|
Inherited from SortedListCollectionBase
|
InitializeChildCollection()
InitializeChildCollection()
InitializeChildCollection()
|
Initialize the child collection
(Inherited from SmoCollectionBase)
|
InitializeChildCollection(Boolean)
InitializeChildCollection(Boolean)
InitializeChildCollection(Boolean)
|
Initializes the child collection, optionally keeping all the old objects
(Inherited from SmoCollectionBase)
|
InitInnerCollection()
InitInnerCollection()
InitInnerCollection()
|
Initializes the storage
(Inherited from SimpleObjectCollectionBase)
|
ItemById(Int32)
ItemById(Int32)
ItemById(Int32)
|
Refresh()
Refresh()
Refresh()
|
Inherited from SmoCollectionBase
|
Refresh(Boolean)
Refresh(Boolean)
Refresh(Boolean)
|
Inherited from SmoCollectionBase
|
ValidateParentObject(SqlSmoObject)
ValidateParentObject(SqlSmoObject)
ValidateParentObject(SqlSmoObject)
|
Inherited from SmoCollectionBase
|
Fields
Explicit Interface Implementations
Applies to