Aracılığıyla paylaş


DdlName Constructors

Definition

Overloads

DdlName()

Initializes a new instance of the DdlName class.

DdlName(String, String, String, String)

Initializes a new instance of the DdlName class.

DdlName()

Initializes a new instance of the DdlName class.

public DdlName ();
Public Sub New ()

Applies to

DdlName(String, String, String, String)

Initializes a new instance of the DdlName class.

public DdlName (string firstPart = default, string secondPart = default, string thirdPart = default, string server = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.DdlName : string * string * string * string -> Microsoft.Azure.Management.DataLake.Analytics.Models.DdlName
Public Sub New (Optional firstPart As String = Nothing, Optional secondPart As String = Nothing, Optional thirdPart As String = Nothing, Optional server As String = Nothing)

Parameters

firstPart
String

the name of the table associated with this database and schema.

secondPart
String

the name of the table associated with this database and schema.

thirdPart
String

the name of the table associated with this database and schema.

server
String

the name of the table associated with this database and schema.

Applies to