共用方式為


Dependencies 屬性

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

命名空間:  Microsoft.SqlServer.Management.Smo.Wmi
組件:  Microsoft.SqlServer.SqlWmiManagement (在 Microsoft.SqlServer.SqlWmiManagement.dll 中)

語法

'宣告
Public ReadOnly Property Dependencies As StringCollection
    Get
'用途
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

屬性值

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