USqlAssembly.Dependencies Property
Optional. Gets or sets the list of dependencies associated with the assembly
Namespace: Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models
Assembly: Microsoft.Azure.Management.DataLake.AnalyticsCatalog (in Microsoft.Azure.Management.DataLake.AnalyticsCatalog.dll)
Syntax
public IList<USqlAssemblyDependencyInfo> Dependencies { get; set; }
public:
property IList<USqlAssemblyDependencyInfo^>^ Dependencies {
IList<USqlAssemblyDependencyInfo^>^ get();
void set(IList<USqlAssemblyDependencyInfo^>^ value);
}
member Dependencies : IList<USqlAssemblyDependencyInfo> with get, set
Public Property Dependencies As IList(Of USqlAssemblyDependencyInfo)
Property Value
Type: System.Collections.Generic.IList<USqlAssemblyDependencyInfo>
See Also
USqlAssembly Class
Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models Namespace
Return to top