ServiceQueueCollection.Item[] 屬性

定義

多載

Item[Int32]

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

參數

index
Int32

屬性值

適用於

Item[String]

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

參數

name
String

屬性值

適用於

Item[String, String]

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

參數

name
String
schema
String

屬性值

適用於