Service.Dependencies Property

Definition

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

public:
 property System::Collections::Specialized::StringCollection ^ Dependencies { System::Collections::Specialized::StringCollection ^ get(); };
public System.Collections.Specialized.StringCollection Dependencies { get; }
member this.Dependencies : System.Collections.Specialized.StringCollection
Public ReadOnly Property Dependencies As StringCollection

Property Value

A StringCollection system object value that specifies the services associated with the SQL Server service.

Examples

Managing Services and Network Settings by Using WMI Provider

Applies to