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

속성 값

WMI 설치에 정의된 모든 서버 인스턴스를 나타내는 ServerInstanceCollection 개체입니다.

예제

WMI 공급자를 사용하여 서비스 및 네트워크 설정 관리

적용 대상