Udostępnij za pośrednictwem


Właściwość ManagedComputer.Services

Reprezentuje kolekcja Service obiektów.Każdy Service reprezentuje obiekt SQL Server usługa zdefiniowane na instalację usługa WMI.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo.Wmi
Zestaw:  Microsoft.SqlServer.SqlWmiManagement (w Microsoft.SqlServer.SqlWmiManagement.dll)

Składnia

'Deklaracja
Public ReadOnly Property Services As ServiceCollection
    Get
'Użycie
Dim instance As ManagedComputer
Dim value As ServiceCollection

value = instance.Services
public ServiceCollection Services { get; }
public:
property ServiceCollection^ Services {
    ServiceCollection^ get ();
}
member Services : ServiceCollection
function get Services () : ServiceCollection

Wartość właściwości

Typ: Microsoft.SqlServer.Management.Smo.Wmi.ServiceCollection
A ServiceCollection obiekt reprezentujący wszystkie SQL Server usługi zdefiniowane na instalację usługi WMI.