Services プロパティ
名前空間: Microsoft.SqlServer.Management.Smo.Wmi
アセンブリ: Microsoft.SqlServer.SqlWmiManagement (Microsoft.SqlServer.SqlWmiManagement.dll)
構文
'宣言
Public ReadOnly Property Services As ServiceCollection
Get
'使用
Dim instance As ManagedComputer
Dim value As ServiceCollection
value = instance.Services
public ServiceCollection Services { get; }
public:
property ServiceCollection^ Services {
ServiceCollection^ get ();
}
member Services : ServiceCollection
function get Services () : ServiceCollection
プロパティ値
型: Microsoft.SqlServer.Management.Smo.Wmi. . :: . .ServiceCollection
WMI インストールで定義されたすべての SQL Server のサービスを表す ServiceCollection オブジェクトです。