Partager via


Propriété Dependencies

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

Espace de noms :  Microsoft.SqlServer.Management.Smo.Wmi
Assembly :  Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Dependencies As StringCollection
    Get
'Utilisation
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

Valeur de propriété

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