DdlName.FirstPart 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 FirstPart { get; set; }
public:
property String^ FirstPart {
    String^ get();
    void set(String^ value);
}
member FirstPart : string with get, set
Public Property FirstPart As String

Property Value

Type: System.String

See Also

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

Return to top