Compartilhar via


Propriedade Dependencies

Returns a list of services that are dependent on the referenced SQL Server service.

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

Sintaxe

'Declaração
Public ReadOnly Property Dependencies As StringCollection
    Get
'Uso
Dim instance As Service
Dim value As StringCollection

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

Valor da propriedade

Tipo: System.Collections.Specialized. . :: . .StringCollection
A StringCollection system object value that specifies the services associated with the SQL Server service.