DdlName Class

Definition

A Data Lake Analytics DDL name item.

public class DdlName
type DdlName = class
Public Class DdlName
Inheritance
DdlName

Constructors

DdlName()

Initializes a new instance of the DdlName class.

DdlName(String, String, String, String)

Initializes a new instance of the DdlName class.

Properties

FirstPart

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

SecondPart

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

Server

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

ThirdPart

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

Applies to