EntityId Constructors
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.
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.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET