Partilhar via


Propriedade do RDL Services

Representa uma coleção de objetos Service. Cada objeto Service representa um serviço SQL Server definido na instalação da WMI.

Namespace:  Microsoft.SqlServer.Management.Smo.Wmi
Assembly:  Microsoft.SqlServer.SqlWmiManagement (em Microsoft.SqlServer.SqlWmiManagement.dll)

Sintaxe

'Declaração
Public ReadOnly Property Services As ServiceCollection
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo.Wmi. . :: . .ServiceCollection
Um objeto ServiceCollection que representa todos os serviços do SQL Server definidos na instalação da WMI.