Service.Dependencies Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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