USqlAssemblyDependencyInfo.EntityId Property

 

Optional. Gets or sets the EntityId of the dependency.

Namespace:   Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models
Assembly:  Microsoft.Azure.Management.DataLake.AnalyticsCatalog (in Microsoft.Azure.Management.DataLake.AnalyticsCatalog.dll)

Syntax

public EntityId EntityId { get; set; }
public:
property EntityId^ EntityId {
    EntityId^ get();
    void set(EntityId^ value);
}
member EntityId : EntityId with get, set
Public Property EntityId As EntityId

Property Value

Type: Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models.EntityId

See Also

USqlAssemblyDependencyInfo Class
Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models Namespace

Return to top