共用方式為


EntityId Constructors

Definition

Overloads

EntityId()

Initializes a new instance of the EntityId class.

EntityId(DdlName, Nullable<Guid>)

Initializes a new instance of the EntityId class.

EntityId()

Initializes a new instance of the EntityId class.

public EntityId ();
Public Sub New ()

Applies to

EntityId(DdlName, Nullable<Guid>)

Initializes a new instance of the EntityId class.

public EntityId (Microsoft.Azure.Management.DataLake.Analytics.Models.DdlName name = default, Guid? version = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.EntityId : Microsoft.Azure.Management.DataLake.Analytics.Models.DdlName * Nullable<Guid> -> Microsoft.Azure.Management.DataLake.Analytics.Models.EntityId
Public Sub New (Optional name As DdlName = Nothing, Optional version As Nullable(Of Guid) = Nothing)

Parameters

name
DdlName

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

version
Nullable<Guid>

the version of the external data source.

Applies to