StatementList.Statements プロパティ

定義

ステートメントの一覧。空の可能性があります。

public System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.TSqlStatement> Statements { get; }
member this.Statements : System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.TSqlStatement>
Public ReadOnly Property Statements As IList(Of TSqlStatement)

プロパティ値

適用対象