ManagedComputer.ServerAliases Property

Definition

Represents a collection of ServerAlias objects. Each ServerAlias object represents a server alias defined on the WMI installation.

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

Property Value

A ServerAliasCollection object that represents all the server aliases defined on the WMI installation.

Examples

Managing Services and Network Settings by Using WMI Provider

Applies to