Partager via


SparkStatementCollection Constructeurs

Définition

Surcharges

SparkStatementCollection()
SparkStatementCollection(IList<SparkStatement>)

SparkStatementCollection()

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

S’applique à

SparkStatementCollection(IList<SparkStatement>)

Source:
SparkStatementCollection.cs
public SparkStatementCollection (System.Collections.Generic.IList<Microsoft.Azure.HDInsight.Job.Models.SparkStatement> statements = default);
new Microsoft.Azure.HDInsight.Job.Models.SparkStatementCollection : System.Collections.Generic.IList<Microsoft.Azure.HDInsight.Job.Models.SparkStatement> -> Microsoft.Azure.HDInsight.Job.Models.SparkStatementCollection
Public Sub New (Optional statements As IList(Of SparkStatement) = Nothing)

Paramètres

statements
IList<SparkStatement>

S’applique à