ServiceQueueCollection クラス
ServiceQueueCollection クラスは、データベースで定義されたすべてのサービス キューを表す ServiceQueue オブジェクトのコレクションを表します。
名前空間: Microsoft.SqlServer.Management.Smo.Broker
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public NotInheritable Class ServiceQueueCollection _
Inherits SchemaCollectionBase
'使用
Dim instance As ServiceQueueCollection
public sealed class ServiceQueueCollection : SchemaCollectionBase
public ref class ServiceQueueCollection sealed : public SchemaCollectionBase
[<SealedAttribute>]
type ServiceQueueCollection =
class
inherit SchemaCollectionBase
end
public final class ServiceQueueCollection extends SchemaCollectionBase
説明
ServiceQueueCollection オブジェクトは、一連のサービス キューにアクセスするために使用できます。Item プロパティを使用して、特定の ServiceQueue オブジェクトを取得できます。
スレッド セーフ
この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
継承階層
System. . :: . .Object
Microsoft.SqlServer.Management.Smo. . :: . .AbstractCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .SmoCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .SortedListCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .SchemaCollectionBase
Microsoft.SqlServer.Management.Smo.Broker..::..ServiceQueueCollection
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。