ManagedComputer.ServerInstances 属性

定义

表示 ServerInstance 对象集合。 每个ServerInstance对象表示在 WMI 安装上定义的SQL Server实例。

public:
 property Microsoft::SqlServer::Management::Smo::Wmi::ServerInstanceCollection ^ ServerInstances { Microsoft::SqlServer::Management::Smo::Wmi::ServerInstanceCollection ^ get(); };
public Microsoft.SqlServer.Management.Smo.Wmi.ServerInstanceCollection ServerInstances { get; }
member this.ServerInstances : Microsoft.SqlServer.Management.Smo.Wmi.ServerInstanceCollection
Public ReadOnly Property ServerInstances As ServerInstanceCollection

属性值

一个 ServerInstanceCollection 对象,该对象表示在 WMI 安装中定义的所有服务器实例。

示例

使用 WMI 提供程序管理服务和网络设置

适用于