DdlName.Server Property

 

Optional. Gets or sets the name of the table associated with this database and schema.

Namespace:   Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models
Assembly:  Microsoft.Azure.Management.DataLake.AnalyticsCatalog (in Microsoft.Azure.Management.DataLake.AnalyticsCatalog.dll)

Syntax

public string Server { get; set; }
public:
property String^ Server {
    String^ get();
    void set(String^ value);
}
member Server : string with get, set
Public Property Server As String

Property Value

Type: System.String

See Also

DdlName Class
Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models Namespace

Return to top