次の方法で共有


SparkStatementCollection コンストラクター

定義

オーバーロード

SparkStatementCollection()
SparkStatementCollection(IList<SparkStatement>)

SparkStatementCollection()

ソース:
SparkStatementCollection.cs
public SparkStatementCollection ();
Public Sub New ()

適用対象

SparkStatementCollection(IList<SparkStatement>)

ソース:
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)

パラメーター

statements
IList<SparkStatement>

適用対象