你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

USqlAssemblyDependencyInfo 构造函数

定义

重载

USqlAssemblyDependencyInfo()

初始化 USqlAssemblyDependencyInfo 类的新实例。

USqlAssemblyDependencyInfo(EntityId)

初始化 USqlAssemblyDependencyInfo 类的新实例。

USqlAssemblyDependencyInfo()

初始化 USqlAssemblyDependencyInfo 类的新实例。

public USqlAssemblyDependencyInfo ();
Public Sub New ()

适用于

USqlAssemblyDependencyInfo(EntityId)

初始化 USqlAssemblyDependencyInfo 类的新实例。

public USqlAssemblyDependencyInfo (Microsoft.Azure.Management.DataLake.Analytics.Models.EntityId entityId = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyDependencyInfo : Microsoft.Azure.Management.DataLake.Analytics.Models.EntityId -> Microsoft.Azure.Management.DataLake.Analytics.Models.USqlAssemblyDependencyInfo
Public Sub New (Optional entityId As EntityId = Nothing)

参数

entityId
EntityId

依赖项的 EntityId。

适用于