Services 속성
Represents a collection of Service objects. Each Service object represents a SQL Server service defined on the WMI installation.
네임스페이스: Microsoft.SqlServer.Management.Smo.Wmi
어셈블리: Microsoft.SqlServer.SqlWmiManagement.dll의 Microsoft.SqlServer.SqlWmiManagement
구문
‘선언
Public ReadOnly Property Services As ServiceCollection
Get
‘사용 방법
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
속성 값
형식: Microsoft.SqlServer.Management.Smo.Wmi. . :: . .ServiceCollection
A ServiceCollection object that represents all the SQL Server services defined on the WMI installation.