WorkloadGroupCollection.Item[] 屬性

定義

多載

名稱 Description
Item[Int32]
Item[String]

Item[Int32]

public Microsoft.SqlServer.Management.Smo.WorkloadGroup this[int index] { get; }
member this.Item(int) : Microsoft.SqlServer.Management.Smo.WorkloadGroup
Default Public ReadOnly Property Item(index As Integer) As WorkloadGroup

參數

index
Int32

屬性值

適用於

Item[String]

public Microsoft.SqlServer.Management.Smo.WorkloadGroup this[string name] { get; }
member this.Item(string) : Microsoft.SqlServer.Management.Smo.WorkloadGroup
Default Public ReadOnly Property Item(name As String) As WorkloadGroup

參數

name
String

屬性值

適用於