DdlName 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.
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
Azure SDK for .NET