ManagedComputer.Services Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property Microsoft::SqlServer::Management::Smo::Wmi::ServiceCollection ^ Services { Microsoft::SqlServer::Management::Smo::Wmi::ServiceCollection ^ get(); };
public Microsoft.SqlServer.Management.Smo.Wmi.ServiceCollection Services { get; }
member this.Services : Microsoft.SqlServer.Management.Smo.Wmi.ServiceCollection
Public ReadOnly Property Services As ServiceCollection
Property Value
A ServiceCollection object that represents all the SQL Server services defined on the WMI installation.
Examples
Managing Services and Network Settings by Using WMI Provider