Compartir a través de


ManagedComputer.ServerAliases Property

Represents a collection of ServerAlias objects. Each ServerAlias object represents a server alias 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 ServerAliases As ServerAliasCollection
public ServerAliasCollection ServerAliases { get; }
public:
property ServerAliasCollection^ ServerAliases {
    ServerAliasCollection^ get ();
}
/** @property */
public ServerAliasCollection get_ServerAliases ()
public function get ServerAliases () : ServerAliasCollection

Valor de propiedad

A ServerAliasCollection object that represents all the server aliases 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