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