Compartir a través de


ManagedComputer.ServerInstances Property

Represents a collection of ServerInstance objects. Each ServerInstance object represents an instance of SQL Server defined on the WMI installation.

Espacio de nombres: Microsoft.SqlServer.Management.Smo.Wmi
Ensamblado: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property ServerInstances As ServerInstanceCollection
public ServerInstanceCollection ServerInstances { get; }
public:
property ServerInstanceCollection^ ServerInstances {
    ServerInstanceCollection^ get ();
}
/** @property */
public ServerInstanceCollection get_ServerInstances ()
public function get ServerInstances () : ServerInstanceCollection

Valor de propiedad

A ServerInstanceCollection object that represents all the server instances defined on the WMI installation.

Notas

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.

Ejemplo

How to: Stop and Restart the Microsoft SQL Server Service to the Instance of SQL Server in Visual Basic .NET

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

ManagedComputer Class
ManagedComputer Members
Microsoft.SqlServer.Management.Smo.Wmi Namespace

Otros recursos

Managing Services and Network Settings by Using WMI Provider
WMI and SQL Server
Conectar al Motor de base de datos de SQL Server