Server Class
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 an individual Azure SQL Database Server.
public class Server
type Server = class
Public Class Server
- Inheritance
-
Server
Constructors
Server() |
Initializes a new instance of the Server class. |
Properties
AdministratorUserName |
Optional. Gets the administrator login for the server. |
FullyQualifiedDomainName |
Optional. Gets the fully qualified domain name of the Azure SQL Database Server. |
Location |
Optional. Gets the location of this server. See http://azure.microsoft.com/en-us/regions/#services for a list of valid regions. |
Name |
Optional. Gets the name of the Azure SQL Database Server. |
State |
Optional. Gets the current state of the server. |
Version |
Optional. Gets the version of the server. |
Applies to
Azure SDK for .NET