ManagedComputer.ServerAliases Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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