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

Jobs 构造函数

定义

重载

Jobs()
Jobs(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, IList<Edge>, IList<Nullable<Int32>>)

Jobs()

Source:
Jobs.cs
public Jobs ();
Public Sub New ()

适用于

Jobs(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, IList<Edge>, IList<Nullable<Int32>>)

Source:
Jobs.cs
public Jobs (int? time = default, int? startTime = default, int? id = default, System.Collections.Generic.IList<Microsoft.Azure.Synapse.Models.Edge> edges = default, System.Collections.Generic.IList<int?> nodes = default);
new Microsoft.Azure.Synapse.Models.Jobs : Nullable<int> * Nullable<int> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Synapse.Models.Edge> * System.Collections.Generic.IList<Nullable<int>> -> Microsoft.Azure.Synapse.Models.Jobs
Public Sub New (Optional time As Nullable(Of Integer) = Nothing, Optional startTime As Nullable(Of Integer) = Nothing, Optional id As Nullable(Of Integer) = Nothing, Optional edges As IList(Of Edge) = Nothing, Optional nodes As IList(Of Nullable(Of Integer)) = Nothing)

参数

time
Nullable<Int32>
startTime
Nullable<Int32>
edges
IList<Edge>
nodes
IList<Nullable<Int32>>

适用于